svn commit: r348579 - head/graphics/p5-ming
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 18 16:20:40 UTC 2014
Author: sunpoet
Date: Tue Mar 18 16:20:40 2014
New Revision: 348579
URL: http://svnweb.freebsd.org/changeset/ports/348579
QAT: https://qat.redports.org/buildarchive/r348579/
Log:
- 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
Modified:
head/graphics/p5-ming/Makefile
Modified: head/graphics/p5-ming/Makefile
==============================================================================
--- head/graphics/p5-ming/Makefile Tue Mar 18 16:20:36 2014 (r348578)
+++ head/graphics/p5-ming/Makefile Tue Mar 18 16:20:40 2014 (r348579)
@@ -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"
More information about the svn-ports-all
mailing list