aboutsummaryrefslogtreecommitdiff
path: root/www/formication
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:11:33 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:11:33 +0000
commita36cc6f76069b486e45004dd475af0181e2d50a3 (patch)
tree980687f44e6ea0b8061f73b70997b5ed094b78d7 /www/formication
parentf093667af6bed85e379cf39682c94edcbfba0c61 (diff)
downloadports-a36cc6f76069b486e45004dd475af0181e2d50a3.tar.gz
ports-a36cc6f76069b486e45004dd475af0181e2d50a3.zip
Notes
Diffstat (limited to 'www/formication')
-rw-r--r--www/formication/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/formication/Makefile b/www/formication/Makefile
index 1240db094896..9377972299df 100644
--- a/www/formication/Makefile
+++ b/www/formication/Makefile
@@ -21,6 +21,8 @@ PORTDOCS= BLURB COPYING feedback.fcn feedback.html formication.txt
PLIST_FILES= www/cgi-bin/formication.pl
SUB_FILES+= pkg-message
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
PLIST_DIRSTRY= www/cgi-bin
@@ -33,12 +35,10 @@ post-patch:
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/www/cgi-bin
@${INSTALL_DATA} ${WRKSRC}/formication.pl ${STAGEDIR}${PREFIX}/www/cgi-bin
-.if !defined(NOPORTDOCS)
${MKDIR} ${STAGEDIR}${DOCSDIR}/
. for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
. endfor
-.endif
post-install:
@${CAT} ${PKGMESSAGE}