diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-22 14:44:09 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-22 14:44:09 +0000 |
commit | e51c66c860a77de5b38e336139092aa156ab9b95 (patch) | |
tree | 88c2486b02d5310ef1627694d40a0a43c6091cb6 /security | |
parent | Update to 1.04. (diff) |
Removed verbose line in Makefile.
PR: 24500
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=37445
Diffstat (limited to 'security')
-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 |