svn commit: r323657 - head/devel/p5-Storable
Andrej Zverev
az at FreeBSD.org
Thu Jul 25 17:57:04 UTC 2013
Author: az
Date: Thu Jul 25 17:57:04 2013
New Revision: 323657
URL: http://svnweb.freebsd.org/changeset/ports/323657
Log:
- Fix typo in sed
Modified:
head/devel/p5-Storable/Makefile
Modified: head/devel/p5-Storable/Makefile
==============================================================================
--- head/devel/p5-Storable/Makefile Thu Jul 25 17:54:26 2013 (r323656)
+++ head/devel/p5-Storable/Makefile Thu Jul 25 17:57:04 2013 (r323657)
@@ -15,6 +15,6 @@ PERL_CONFIGURE= yes
MAN3= Storable.3
post-patch:
- @${REINPLACE_CMD} -i '' -e 's|INSTALLDIRS|' ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -i '' -e 's|INSTALLDIRS.*||' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list