diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 10:24:17 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 10:24:17 +0800 |
commit | 55f10fa5329330f8f823721531241ec5ce15f745 (patch) | |
tree | 3668d8e7c855e45651ad9771df2606af63bd4a35 /www/junkbuster/Makefile | |
parent | c907eb4bb5eeb63c4db9a21016c09b435eb1d93e (diff) | |
download | freebsd-ports-gnome-55f10fa5329330f8f823721531241ec5ce15f745.tar.gz freebsd-ports-gnome-55f10fa5329330f8f823721531241ec5ce15f745.tar.zst freebsd-ports-gnome-55f10fa5329330f8f823721531241ec5ce15f745.zip |
Chase the checksum. Will stop with the next release (we hope :).
PR: 9661
Submitted by: maintainer
Diffstat (limited to 'www/junkbuster/Makefile')
-rw-r--r-- | www/junkbuster/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/www/junkbuster/Makefile b/www/junkbuster/Makefile index f6a844839d7e..2bf5c34a5898 100644 --- a/www/junkbuster/Makefile +++ b/www/junkbuster/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1998 # Whom: Ian Struble <ian@broken.net> # -# $Id: Makefile,v 1.1.1.1 1998/05/03 20:51:37 mph Exp $ +# $Id: Makefile,v 1.2 1999/01/10 18:16:34 steve Exp $ DISTNAME= ijb20 PKGNAME= ijb-2.0.2 @@ -13,7 +13,13 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ian@broken.net -FETCH_BEFORE_ARGS= -b +USE_GMAKE= 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 |