diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-26 02:24:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-26 02:24:17 +0000 |
commit | 3181f6c22d8a0e8085cc87be40e00fbf93dd335a (patch) | |
tree | 8501f1428a07c3b118da99080263b6946850c180 /www/junkbuster-zlib | |
parent | bae20073463165c36a0f81ba9f84849242c02946 (diff) | |
download | ports-3181f6c22d8a0e8085cc87be40e00fbf93dd335a.tar.gz ports-3181f6c22d8a0e8085cc87be40e00fbf93dd335a.zip |
Notes
Diffstat (limited to 'www/junkbuster-zlib')
-rw-r--r-- | www/junkbuster-zlib/Makefile | 10 | ||||
-rw-r--r-- | www/junkbuster-zlib/files/patch-aa | 25 |
2 files changed, 8 insertions, 27 deletions
diff --git a/www/junkbuster-zlib/Makefile b/www/junkbuster-zlib/Makefile index f6a844839d7e..2bf5c34a5898 100644 --- a/www/junkbuster-zlib/Makefile +++ b/www/junkbuster-zlib/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 diff --git a/www/junkbuster-zlib/files/patch-aa b/www/junkbuster-zlib/files/patch-aa deleted file mode 100644 index 4060a1e923fd..000000000000 --- a/www/junkbuster-zlib/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig Fri Feb 20 12:40:32 1998 -+++ Makefile Sun May 3 16:46:35 1998 -@@ -8,7 +8,7 @@ - PROG = junkbuster - O = o - RM = rm -f --MORE_CFLAGS = -g -+MORE_CFLAGS = - - # use this for Solaris 2.x - #LDFLAGS = -lnsl -lsocket -@@ -43,10 +43,12 @@ - #O = obj - #RM = del - --CFLAGS = $(DEFAULT_CFLAGS) $(MORE_CFLAGS) -+CFLAGS += $(DEFAULT_CFLAGS) $(MORE_CFLAGS) - - OBJS = jcc.$(O) parsers.$(O) filters.$(O) loaders.$(O) bind.$(O) conn.$(O) \ - encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O) -+ -+all: $(PROG) - - $(PROG): $(OBJS) - $(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LDFLAGS) |