diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:33:29 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:33:29 +0000 |
commit | 3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (patch) | |
tree | 92d4e44e25fb88a61a380cd3ee9dacf24fca37c4 /mail/qmail-notify | |
parent | 1261ab9470d3b27700cd81cd7020d4b3af86b962 (diff) |
Notes
Diffstat (limited to 'mail/qmail-notify')
-rw-r--r-- | mail/qmail-notify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk> |