diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-06 15:21:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-06 15:21:55 +0800 |
commit | 0c613f4015a68062e85c3fdff7d1d205337ab2b0 (patch) | |
tree | 587cbdef61dadbeca6bf8cfc59d54df90ba0b11e /irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile | |
parent | a03586243123a7d34ca52b9ae17c37caab7f6afd (diff) | |
download | freebsd-ports-gnome-0c613f4015a68062e85c3fdff7d1d205337ab2b0.tar.gz freebsd-ports-gnome-0c613f4015a68062e85c3fdff7d1d205337ab2b0.tar.zst freebsd-ports-gnome-0c613f4015a68062e85c3fdff7d1d205337ab2b0.zip |
- Stage support
Diffstat (limited to 'irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile')
-rw-r--r-- | irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile index 59694c581581..d41699640a68 100644 --- a/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile +++ b/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile @@ -26,13 +26,8 @@ PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 USE_PERL5= configure -MAN3= POE::Component::IRC::Plugin::RSS::Headlines.3 - -NO_STAGE= yes post-install: -.ifndef(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} -.endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> |