Convert to OptionsNG

Feature safe:	yes
This commit is contained in:
Eitan Adler 2012-10-20 15:38:07 +00:00
parent 979b791e14
commit c5ae0872d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306194

View File

@ -21,8 +21,10 @@ PLIST_FILES= bin/cdecl bin/c++decl
CONFLICTS= cutils-[0-9]*
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/testset* ${DOCSDIR}
.endif