summaryrefslogtreecommitdiff
path: root/mail/squirrelmail-spam-buttons-plugin
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:33:29 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:33:29 +0000
commit3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (patch)
tree92d4e44e25fb88a61a380cd3ee9dacf24fca37c4 /mail/squirrelmail-spam-buttons-plugin
parentUpdate 2.6.5 --> 2.7.2, stagify and modernize, assume maintainership. (diff)
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360498
Diffstat (limited to 'mail/squirrelmail-spam-buttons-plugin')
-rw-r--r--mail/squirrelmail-spam-buttons-plugin/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/squirrelmail-spam-buttons-plugin/Makefile b/mail/squirrelmail-spam-buttons-plugin/Makefile
index 49e7bfa236bb..c158cb270a3a 100644
--- a/mail/squirrelmail-spam-buttons-plugin/Makefile
+++ b/mail/squirrelmail-spam-buttons-plugin/Makefile
@@ -15,16 +15,14 @@ USE_SM_COMPAT= yes
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
post-extract:
@${MV} ${WRKSRC}/${_SMSRCDIR}/config_example.php ${WRKSRC}/${_SMSRCDIR}/config.sample.php
@${RM} ${WRKSRC}/${_SMSRCDIR}/README
-.ifdef NOPORTDOCS
- @${RM} -R ${WRKSRC}/${_SMSRCDIR}/docs
-.else
@${MV} ${WRKSRC}/${_SMSRCDIR}/docs ${WRKSRC}/${_SMSRCDIR}/doc
-.endif
.include <bsd.port.post.mk>