diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-18 16:20:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-18 16:20:40 +0000 |
commit | 7e8c6729707ada4d530b2583893d9af5aea81b4d (patch) | |
tree | 8c93c9c32b31b403bb320490810224d7153e0480 /graphics/p5-ming | |
parent | a18cc93d04285b6d7e00d3ff27bacd596695c2a8 (diff) | |
download | ports-7e8c6729707ada4d530b2583893d9af5aea81b4d.tar.gz ports-7e8c6729707ada4d530b2583893d9af5aea81b4d.zip |
Notes
Diffstat (limited to 'graphics/p5-ming')
-rw-r--r-- | graphics/p5-ming/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/p5-ming/Makefile b/graphics/p5-ming/Makefile index c14a176eea7a..9b7b007e915f 100644 --- a/graphics/p5-ming/Makefile +++ b/graphics/p5-ming/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ming -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics perl5 PKGNAMEPREFIX= p5- @@ -25,13 +25,4 @@ USES= perl5 MASTERDIR= ${.CURDIR}/../../graphics/ming SLAVEPORT= p5 -.include <bsd.port.options.mk> - -post-install: - ${SED} -i '' 's|^${STAGEDIR}||' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/SWF/.packlist -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - cd ${INSTALL_WRKSRC}/examples/ && ${INSTALL_DATA} *.cgi ${STAGEDIR}${EXAMPLESDIR}/ -.endif - .include "${MASTERDIR}/Makefile" |