diff options
author | vs <vs@FreeBSD.org> | 2005-10-10 17:23:22 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-10 17:23:22 +0800 |
commit | 72f13db9149c0f506242d2cb92383a98b7bf9e31 (patch) | |
tree | 603187fddd3a4ebbcb55ec5ff65319bd247e21b4 /security | |
parent | b3332e6a5df32f5f7219d3dc5f8953838b1a9764 (diff) | |
download | freebsd-ports-gnome-72f13db9149c0f506242d2cb92383a98b7bf9e31.tar.gz freebsd-ports-gnome-72f13db9149c0f506242d2cb92383a98b7bf9e31.tar.zst freebsd-ports-gnome-72f13db9149c0f506242d2cb92383a98b7bf9e31.zip |
Fix MASTER_SITES and use MAKE_ARGS instead of patch.
PR: ports/87193
Submitted by: maintainer
Diffstat (limited to 'security')
-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 |