From 3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 4 Jul 2014 00:33:29 +0000 Subject: Remove NOPORTDOCS and NOPORTEXAMPLES. --- mail/qmail-notify/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/qmail-notify') diff --git a/mail/qmail-notify/Makefile b/mail/qmail-notify/Makefile index e674e823c3f1..6c51f091d54a 100644 --- a/mail/qmail-notify/Makefile +++ b/mail/qmail-notify/Makefile @@ -15,6 +15,8 @@ CFLAGS+= -DHAVE_SRANDOM DOCS= NEWS README TODO EXAMPLES= cron.hourly message.txt +OPTIONS_DEFINE= DOCS EXAMPLES + do-configure: ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @@ -24,9 +26,7 @@ do-install: cd ${WRKSRC} && ./installer @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR} -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} -.endif .include -- cgit v1.2.3