aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-10-30 20:23:20 +0800
committerkevlo <kevlo@FreeBSD.org>2000-10-30 20:23:20 +0800
commit55cee5d1ed36e2bbd4ea5481200fdb15833e23de (patch)
tree07721c5c5515b9e9f9532d346435e7efdcb42368 /security
parent216290a562cbe50065169520cea08783d20f880e (diff)
downloadfreebsd-ports-gnome-55cee5d1ed36e2bbd4ea5481200fdb15833e23de.tar.gz
freebsd-ports-gnome-55cee5d1ed36e2bbd4ea5481200fdb15833e23de.tar.zst
freebsd-ports-gnome-55cee5d1ed36e2bbd4ea5481200fdb15833e23de.zip
Fix document installation.
PR: 22387 Submitted by: MAINTAINER
Diffstat (limited to 'security')
-rw-r--r--security/pgpdump/Makefile4
-rw-r--r--security/pgpdump/pkg-plist2
2 files changed, 6 insertions, 0 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile
index 7291b6a9a71a..1b4a3a8e4033 100644
--- a/security/pgpdump/Makefile
+++ b/security/pgpdump/Makefile
@@ -17,5 +17,9 @@ HAS_CONFIGURE= yes
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
.include <bsd.port.mk>
diff --git a/security/pgpdump/pkg-plist b/security/pgpdump/pkg-plist
index 46c0c0096fea..d16bce1a1374 100644
--- a/security/pgpdump/pkg-plist
+++ b/security/pgpdump/pkg-plist
@@ -1 +1,3 @@
bin/pgpdump
+share/doc/pgpdump/README
+@dirrm share/doc/pgpdump