1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- adopt new options framework

PR:	ports/169743
Submitted by:	jgh@
Approved by:	maintainer, naylor.b.david@gmail.com
This commit is contained in:
Jason Helfman 2012-07-09 18:29:51 +00:00
parent cbd2653b99
commit c28450b1a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300686

View File

@ -20,8 +20,10 @@ USE_XZ= yes
PORTDOCS= BUGS ChangeLog COPYRIGHT README
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}