diff options
Diffstat (limited to 'mail/renattach')
-rw-r--r-- | mail/renattach/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/renattach/Makefile b/mail/renattach/Makefile index 99e5f1b55732..80a45497758d 100644 --- a/mail/renattach/Makefile +++ b/mail/renattach/Makefile @@ -15,16 +15,16 @@ GNU_CONFIGURE= yes PORTDOCS= INSTALL PLIST_FILES= bin/renattach etc/renattach.conf.ex man/man1/renattach.1.gz +OPTIONS_DEFINE= DOCS + post-extract: @${RM} -f ${WRKSRC}/src/getopt* post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "====================" @${ECHO_MSG} "Check with ${DOCSDIR}/INSTALL" @${ECHO_MSG} "After that you may need to adjust renattach.conf to your needs" -.endif .include <bsd.port.mk> |