diff options
Diffstat (limited to 'www/formication/Makefile')
-rw-r--r-- | www/formication/Makefile | 4 |
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} |