diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-03 17:27:24 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-03 17:27:24 +0800 |
commit | 45a4f33e3c55e0ab3567ee955aaa658dc03a114a (patch) | |
tree | 58c7d4279acf013584bb6703cd19d7bdf8dba3bb /www/junkbuster/Makefile | |
parent | 47f0887f5a4698fd7b6cc73aa311a5f1ffca971c (diff) | |
download | freebsd-ports-gnome-45a4f33e3c55e0ab3567ee955aaa658dc03a114a.tar.gz freebsd-ports-gnome-45a4f33e3c55e0ab3567ee955aaa658dc03a114a.tar.zst freebsd-ports-gnome-45a4f33e3c55e0ab3567ee955aaa658dc03a114a.zip |
Add a patch, which allows junkbuster to work with Mozilla. Bump PORTREVISION.
Submitted by: Steve Wills <steve@stevenwills.com>
Drop maintainership, since I'm no longer use this software.
Diffstat (limited to 'www/junkbuster/Makefile')
-rw-r--r-- | www/junkbuster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/junkbuster/Makefile b/www/junkbuster/Makefile index ae35f539aed5..9222c8f13855 100644 --- a/www/junkbuster/Makefile +++ b/www/junkbuster/Makefile @@ -11,7 +11,7 @@ PORTNAME= junkbuster PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://server44.hypermart.net/f2org/ \ http://f2.org/download/ \ @@ -19,7 +19,7 @@ MASTER_SITES= http://server44.hypermart.net/f2org/ \ DISTNAME= ijb-zlib-10 EXTRACT_SUFX= .tgz -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org ALL_TARGET= # yes, an empty target. JDIR= ${PREFIX}/etc/junkbuster |