summaryrefslogtreecommitdiff
path: root/security/pgpdump
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-05-08 13:35:54 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-05-08 13:35:54 +0000
commitbce5ff4a67eb71fcb05a8f1341aaee990b1437da (patch)
tree3e4ed24e0d0d27272959ab637eb1fce2c5fbf273 /security/pgpdump
parentUpdate to 7.1 with jumob-patch 20010429 and synchronize with (diff)
Upgrade to version 0.10
PR: 27196 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=42408
Diffstat (limited to 'security/pgpdump')
-rw-r--r--security/pgpdump/Makefile9
-rw-r--r--security/pgpdump/distinfo2
-rw-r--r--security/pgpdump/pkg-plist2
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