1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Install documentation

Based on PR:	ports/69045
Submitted by:	Roman Bogorodskiy (maintainer)
This commit is contained in:
Volker Stolz 2004-07-14 13:12:37 +00:00
parent b8c0db0a0d
commit dce57c74ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113646
2 changed files with 20 additions and 0 deletions

View File

@ -20,6 +20,8 @@ PLIST_FILES= bin/fbdesk
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
PORTDOCS= COPYING ChangeLog INSTALL README
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
@ -29,4 +31,12 @@ post-patch:
${WRKSRC}/src/FbTk/Timer.hh
.endif
post-install:
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>

View File

@ -20,6 +20,8 @@ PLIST_FILES= bin/fbdesk
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
PORTDOCS= COPYING ChangeLog INSTALL README
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
@ -29,4 +31,12 @@ post-patch:
${WRKSRC}/src/FbTk/Timer.hh
.endif
post-install:
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>