diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 08:33:29 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 08:33:29 +0800 |
commit | 3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (patch) | |
tree | 92d4e44e25fb88a61a380cd3ee9dacf24fca37c4 /mail/renattach/Makefile | |
parent | 1261ab9470d3b27700cd81cd7020d4b3af86b962 (diff) | |
download | freebsd-ports-gnome-3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc.tar.gz freebsd-ports-gnome-3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc.tar.zst freebsd-ports-gnome-3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc.zip |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Diffstat (limited to 'mail/renattach/Makefile')
-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> |