diff options
Diffstat (limited to 'security/pgpdump')
-rw-r--r-- | security/pgpdump/Makefile | 4 | ||||
-rw-r--r-- | security/pgpdump/files/patch-aa | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index f1f0d08aa192..c5eaa729f3c3 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -8,13 +8,13 @@ PORTNAME= pgpdump PORTVERSION= 0.24 CATEGORIES= security -MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ \ - ftp://ftp.mew.org/pub/pgp/tools/ +MASTER_SITES= ftp://pgp.iijlab.net/pgpdump/ MAINTAINER= kaoru@kaisei.org COMMENT= PGP packet visualizer GNU_CONFIGURE= yes +MAKE_ARGS= CFLAGS="${CFLAGS}" MAN1= pgpdump.1 PLIST_FILES= bin/pgpdump diff --git a/security/pgpdump/files/patch-aa b/security/pgpdump/files/patch-aa deleted file mode 100644 index 88623daf8248..000000000000 --- a/security/pgpdump/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Oct 27 14:37:37 2004 -+++ Makefile.in Wed Oct 27 14:38:00 2004 -@@ -3,7 +3,7 @@ - bindir = @bindir@ - mandir = @mandir@/man1 - LIBS = @LIBS@ --CFLAGS = @CFLAGS@ -O -+CFLAGS = @CFLAGS@ - LDFLAGS = @LDFLAGS@ - - RM = rm -f |