diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-06 01:34:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-06 01:34:24 +0000 |
commit | 17cf63fea3e3318b72714f0ec772e8146ed45cd0 (patch) | |
tree | 09b2787674c8b3bb8f7e25f7464f332fdeaae034 /security/gpasman | |
parent | 519f106ac6e9111a856d227bdfc1685f9a2ed606 (diff) | |
download | ports-17cf63fea3e3318b72714f0ec772e8146ed45cd0.tar.gz ports-17cf63fea3e3318b72714f0ec772e8146ed45cd0.zip |
Notes
Diffstat (limited to 'security/gpasman')
-rw-r--r-- | security/gpasman/Makefile | 1 | ||||
-rw-r--r-- | security/gpasman/files/patch-ab | 23 |
2 files changed, 1 insertions, 23 deletions
diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile index 5e87692d77dd..b47b78604f0a 100644 --- a/security/gpasman/Makefile +++ b/security/gpasman/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpasman PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://gpasman.nl.linux.org/ diff --git a/security/gpasman/files/patch-ab b/security/gpasman/files/patch-ab deleted file mode 100644 index abbcf95df031..000000000000 --- a/security/gpasman/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- src/Makefile.in.orig Fri Sep 3 00:50:10 1999 -+++ src/Makefile.in Sat Jul 1 18:19:43 2000 -@@ -26,9 +26,9 @@ - - - CC = @CC@ --CFLAGS = @DEFS@ @CFLAGS@ $(shell @GTKCONFIG@ --cflags) -+CFLAGS = @DEFS@ @CFLAGS@ `@GTKCONFIG@ --cflags` - LDFLAGS = @LDFLAGS@ --LIBS = @LIBS@ $(shell @GTKCONFIG@ --libs) -+LIBS = @LIBS@ `@GTKCONFIG@ --libs` - INSTALL = @INSTALL@ - - SRCS = librc2.c file.c gpasman.c -@@ -39,7 +39,7 @@ - $(CC) -o gpasman $(OBJS) $(LDFLAGS) $(LIBS) - - .c.o: $(SRCS) -- $(CC) -O2 -Wall $(CFLAGS) -c -o $@ $< -+ $(CC) $(CFLAGS) -c -o $@ $< - - clean: - rm -f $(OBJS) gpasman core *~ *.bak |