aboutsummaryrefslogtreecommitdiff
path: root/security/pgpdump
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-10 09:23:22 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-10 09:23:22 +0000
commit65d87dc1df4b910c10fde0ac3d0c2aa8e0e53d60 (patch)
tree72646af68d580273a1f22eb2737e6e4ffb15d4c5 /security/pgpdump
parent9f13557fd3c7d02bf7eb9d2b5bdc944aa5335f26 (diff)
downloadports-65d87dc1df4b910c10fde0ac3d0c2aa8e0e53d60.tar.gz
ports-65d87dc1df4b910c10fde0ac3d0c2aa8e0e53d60.zip
Fix MASTER_SITES and use MAKE_ARGS instead of patch.
PR: ports/87193 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=144779
Diffstat (limited to 'security/pgpdump')
-rw-r--r--security/pgpdump/Makefile4
-rw-r--r--security/pgpdump/files/patch-aa11
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