diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-05-08 21:35:54 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-05-08 21:35:54 +0800 |
commit | ef2f41b5e5a6d9a1974e170b5164e185ad36569f (patch) | |
tree | b9f338d771c995d6bf98f8dbd55b0deca8e5c6fb /security | |
parent | c15ede9fd04300d4cdded212fc66596a948cb73b (diff) | |
download | freebsd-ports-gnome-ef2f41b5e5a6d9a1974e170b5164e185ad36569f.tar.gz freebsd-ports-gnome-ef2f41b5e5a6d9a1974e170b5164e185ad36569f.tar.zst freebsd-ports-gnome-ef2f41b5e5a6d9a1974e170b5164e185ad36569f.zip |
Upgrade to version 0.10
PR: 27196
Submitted by: MAINTAINER
Diffstat (limited to 'security')
-rw-r--r-- | security/pgpdump/Makefile | 9 | ||||
-rw-r--r-- | security/pgpdump/distinfo | 2 | ||||
-rw-r--r-- | security/pgpdump/pkg-plist | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index fa7204d97e59..4d465357115a 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pgpdump -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ @@ -14,11 +14,10 @@ MAINTAINER= kaoru@kaisei.org GNU_CONFIGURE= yes +MAN1= pgpdump.1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgpdump - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pgpdump -.endif + ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index 7e16727593c1..71d0eb6affeb 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1 +1 @@ -MD5 (pgpdump-0.09.tar.gz) = 64671a13b70be3cc7d2c85d92df98190 +MD5 (pgpdump-0.10.tar.gz) = b062802dead32bb0c1e19e193ec353f2 diff --git a/security/pgpdump/pkg-plist b/security/pgpdump/pkg-plist index a3edcc4d7094..46c0c0096fea 100644 --- a/security/pgpdump/pkg-plist +++ b/security/pgpdump/pkg-plist @@ -1,3 +1 @@ bin/pgpdump -%%PORTDOCS%%share/doc/pgpdump/README -%%PORTDOCS%%@dirrm share/doc/pgpdump |