summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-25 17:57:04 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-25 17:57:04 +0000
commitee3350f8d25eb69f82e85808753f56230e708dbe (patch)
treeed19b3bd7e325bc2b9215d3949ec3fcf5330833e
parent- Fix typo: SUB_FILES don't need extention (diff)
- Fix typo in sed
Notes
Notes: svn path=/head/; revision=323657
-rw-r--r--devel/p5-Storable/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile
index b18e0ef7c017..eebaaf6b44be 100644
--- a/devel/p5-Storable/Makefile
+++ b/devel/p5-Storable/Makefile
@@ -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>