diff options
Diffstat (limited to 'security/pgpdump')
-rw-r--r-- | security/pgpdump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 1b4a3a8e4033..dfd72f54e0f2 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -9,11 +9,10 @@ PORTNAME= pgpdump PORTVERSION= 0.04 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/tools/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= kaoru@kaisei.org -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin |