diff options
Diffstat (limited to 'www/p5-WWW-Mechanize-Shell/Makefile')
-rw-r--r-- | www/p5-WWW-Mechanize-Shell/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/p5-WWW-Mechanize-Shell/Makefile b/www/p5-WWW-Mechanize-Shell/Makefile index da61b5746020..5c226694ae58 100644 --- a/www/p5-WWW-Mechanize-Shell/Makefile +++ b/www/p5-WWW-Mechanize-Shell/Makefile @@ -31,18 +31,13 @@ USE_PERL5= configure DOCS= Changes README EXAMPLES= banking.postbank.de.mech hotmail.signup.mech wwwshell.pl -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/bin && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) @${ECHO_MSG} "===> Documentation installed in ${EXAMPLESDIR}." -.endif .include <bsd.port.mk> |