[Midnightbsd-cvs] mports [24815] trunk/devel/p5-Clone/Makefile: strip
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jan 26 12:11:44 EST 2019
Revision: 24815
http://svnweb.midnightbsd.org/mports/?rev=24815
Author: laffer1
Date: 2019-01-26 12:11:44 -0500 (Sat, 26 Jan 2019)
Log Message:
-----------
strip
Modified Paths:
--------------
trunk/devel/p5-Clone/Makefile
Modified: trunk/devel/p5-Clone/Makefile
===================================================================
--- trunk/devel/p5-Clone/Makefile 2019-01-26 17:08:28 UTC (rev 24814)
+++ trunk/devel/p5-Clone/Makefile 2019-01-26 17:11:44 UTC (rev 24815)
@@ -12,10 +12,15 @@
LICENSE= gpl artistic
LICENSE_COMB= dual
+USES= perl5
+USE_PERL5= configure
PERL_CONFIGURE= yes
post-patch:
- ${PERL} -pi -e 'm.OPTIMIZE.&&s,.,,sg' ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -e '/OPTIMIZE/d' ${WRKSRC}/Makefile.PL
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/${SITE_ARCH_REL}/auto/Clone/Clone.so
+
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list