aboutsummaryrefslogtreecommitdiff
path: root/security/pgpdump
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 11:52:57 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 11:52:57 +0000
commit3b6f25f548871de29f4d3b0a86ea0a450f6d1d2b (patch)
treee2087be4f2b03ceb0045a9d4738ae664af2f0051 /security/pgpdump
parent892abfadc62ab391fb8fa4580f7a8a6f39ab9b57 (diff)
downloadports-3b6f25f548871de29f4d3b0a86ea0a450f6d1d2b.tar.gz
ports-3b6f25f548871de29f4d3b0a86ea0a450f6d1d2b.zip
Support staging
Notes
Notes: svn path=/head/; revision=345970
Diffstat (limited to 'security/pgpdump')
-rw-r--r--security/pgpdump/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile
index f1dd85c6ab16..f7c94ca64f47 100644
--- a/security/pgpdump/Makefile
+++ b/security/pgpdump/Makefile
@@ -10,14 +10,13 @@ MAINTAINER= kaoru@kaisei.org
COMMENT= PGP packet visualizer
GNU_CONFIGURE= yes
+
MAKE_ARGS= CFLAGS="${CFLAGS}"
-MAN1= pgpdump.1
-PLIST_FILES= bin/pgpdump
+PLIST_FILES= bin/pgpdump man/man1/pgpdump.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>