1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Remove NOPORTEXAMPLES.

This commit is contained in:
Adam Weinberger 2014-07-03 23:59:50 +00:00
parent b25b990078
commit ac9d42d09c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360490

View File

@ -18,13 +18,13 @@ SHEBANG_FILES= updserial
PORTEXAMPLES= example.tld
PLIST_FILES= bin/vizone bin/updserial
OPTIONS_DEFINE= EXAMPLES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/updserial ${STAGEDIR}${PREFIX}/bin
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example.tld ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>