mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Fix document installation.
PR: 22387 Submitted by: MAINTAINER
This commit is contained in:
parent
2c6b48e3e1
commit
4edd31511a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34446
@ -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>
|
||||
|
@ -1 +1,3 @@
|
||||
bin/pgpdump
|
||||
share/doc/pgpdump/README
|
||||
@dirrm share/doc/pgpdump
|
||||
|
Loading…
Reference in New Issue
Block a user