aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-ming
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-18 16:20:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-18 16:20:40 +0000
commit7e8c6729707ada4d530b2583893d9af5aea81b4d (patch)
tree8c93c9c32b31b403bb320490810224d7153e0480 /graphics/p5-ming
parenta18cc93d04285b6d7e00d3ff27bacd596695c2a8 (diff)
downloadports-7e8c6729707ada4d530b2583893d9af5aea81b4d.tar.gz
ports-7e8c6729707ada4d530b2583893d9af5aea81b4d.zip
- Remove .packlist manipulation: this is done by Mk/Uses/perl5.mk in post-stage::
- Strip shared library in post-install: phase - Simplify Makefile - Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=348579
Diffstat (limited to 'graphics/p5-ming')
-rw-r--r--graphics/p5-ming/Makefile11
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"