1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix document installation.

PR: 22387
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo 2000-10-30 12:23:20 +00:00
parent 2c6b48e3e1
commit 4edd31511a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34446
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -1 +1,3 @@
bin/pgpdump
share/doc/pgpdump/README
@dirrm share/doc/pgpdump