summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-03-05 00:20:12 +0000
committerobrien <obrien@FreeBSD.org>2000-03-05 00:20:12 +0000
commit8c8d74753333615dde9629776023d283bc64e860 (patch)
tree3b960917a0e525e7f19bc1cbcb56d1501c04434e /www
parentbbb295f1818ce1a920ce389d1630038fa9fb94a9 (diff)
downloadFreeBSD-ports-8c8d74753333615dde9629776023d283bc64e860.zip
FreeBSD-ports-8c8d74753333615dde9629776023d283bc64e860.tar.gz
* Use the Zip distfile as it is smaller.
* Move the warning about stale distfiles near the top where it will be seen. * sed can read from a file, it is not always a filter...
Diffstat (limited to 'www')
-rw-r--r--www/junkbuster-zlib/Makefile18
-rw-r--r--www/junkbuster-zlib/distinfo2
-rw-r--r--www/junkbuster/Makefile18
-rw-r--r--www/junkbuster/distinfo2
4 files changed, 18 insertions, 22 deletions
diff --git a/www/junkbuster-zlib/Makefile b/www/junkbuster-zlib/Makefile
index d7db03d..1eabd1a 100644
--- a/www/junkbuster-zlib/Makefile
+++ b/www/junkbuster-zlib/Makefile
@@ -5,24 +5,22 @@
#
# $FreeBSD$
+# You need to delete the old distfile if you are upgrading, as the tar ball
+# for ijb has not been changing names between minor revisions(ie 2.0->2.0.1).
+# I have contacted the author about this though so we may see something new
+# in the next revision.
+
DISTNAME= ijb20
PKGNAME= ijb-2.0.2
CATEGORIES= www
MASTER_SITES= http://www.junkbusters.com/ht/en/
-EXTRACT_SUFX= .tar.Z
MAINTAINER= ian@broken.net
+USE_ZIP= yes
ALL_TARGET= # yes, an empty target.
-
-# You need to delete the old distfile if you are upgrading, as the tar ball
-# for ijb has not been changing names between minor revisions(ie 2.0->2.0.1).
-# I have contacted the author about this though so we may see something new
-# in the next revision.
-
-MAN1= junkbuster.1
-
JDIR= ${PREFIX}/etc/junkbuster
+MAN1= junkbuster.1
post-patch:
@${PERL} -pi -e 's:\r::' ${WRKSRC}/*
@@ -39,7 +37,7 @@ do-install:
$(INSTALL_MAN) ${WRKSRC}/junkbuster.1 $(PREFIX)/man/man1/
# Create the startup script. JB will run as user nobody.
@${SED} -e 's%JDIR%${JDIR}%g' -e 's%PREFIX%${PREFIX}%g' \
- < ${FILESDIR}/junkbuster.sh.in > ${PREFIX}/etc/rc.d/junkbuster.sh
+ ${FILESDIR}/junkbuster.sh.in > ${PREFIX}/etc/rc.d/junkbuster.sh
${CHMOD} 755 ${PREFIX}/etc/rc.d/junkbuster.sh
post-install:
diff --git a/www/junkbuster-zlib/distinfo b/www/junkbuster-zlib/distinfo
index 5ee8fae..e5e9b38 100644
--- a/www/junkbuster-zlib/distinfo
+++ b/www/junkbuster-zlib/distinfo
@@ -1 +1 @@
-MD5 (ijb20.tar.Z) = 1404ac1659334aecd4aa86db6a8b8edf
+MD5 (ijb20.zip) = 4a384a649bf7bda12e5c3f8e0b809d08
diff --git a/www/junkbuster/Makefile b/www/junkbuster/Makefile
index d7db03d..1eabd1a 100644
--- a/www/junkbuster/Makefile
+++ b/www/junkbuster/Makefile
@@ -5,24 +5,22 @@
#
# $FreeBSD$
+# You need to delete the old distfile if you are upgrading, as the tar ball
+# for ijb has not been changing names between minor revisions(ie 2.0->2.0.1).
+# I have contacted the author about this though so we may see something new
+# in the next revision.
+
DISTNAME= ijb20
PKGNAME= ijb-2.0.2
CATEGORIES= www
MASTER_SITES= http://www.junkbusters.com/ht/en/
-EXTRACT_SUFX= .tar.Z
MAINTAINER= ian@broken.net
+USE_ZIP= yes
ALL_TARGET= # yes, an empty target.
-
-# You need to delete the old distfile if you are upgrading, as the tar ball
-# for ijb has not been changing names between minor revisions(ie 2.0->2.0.1).
-# I have contacted the author about this though so we may see something new
-# in the next revision.
-
-MAN1= junkbuster.1
-
JDIR= ${PREFIX}/etc/junkbuster
+MAN1= junkbuster.1
post-patch:
@${PERL} -pi -e 's:\r::' ${WRKSRC}/*
@@ -39,7 +37,7 @@ do-install:
$(INSTALL_MAN) ${WRKSRC}/junkbuster.1 $(PREFIX)/man/man1/
# Create the startup script. JB will run as user nobody.
@${SED} -e 's%JDIR%${JDIR}%g' -e 's%PREFIX%${PREFIX}%g' \
- < ${FILESDIR}/junkbuster.sh.in > ${PREFIX}/etc/rc.d/junkbuster.sh
+ ${FILESDIR}/junkbuster.sh.in > ${PREFIX}/etc/rc.d/junkbuster.sh
${CHMOD} 755 ${PREFIX}/etc/rc.d/junkbuster.sh
post-install:
diff --git a/www/junkbuster/distinfo b/www/junkbuster/distinfo
index 5ee8fae..e5e9b38 100644
--- a/www/junkbuster/distinfo
+++ b/www/junkbuster/distinfo
@@ -1 +1 @@
-MD5 (ijb20.tar.Z) = 1404ac1659334aecd4aa86db6a8b8edf
+MD5 (ijb20.zip) = 4a384a649bf7bda12e5c3f8e0b809d08
OpenPOWER on IntegriCloud