summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-09-11 11:46:08 +0000
committerwiz <wiz@pkgsrc.org>2005-09-11 11:46:08 +0000
commit892a2c92ef1132ec53a2234a063da8b91c37bef4 (patch)
tree5d870fd6af0157582b1905100afdfcbf05960e3e /net
parent9826803ca70a5b10e912944f57deb981a822bc4e (diff)
downloadpkgsrc-892a2c92ef1132ec53a2234a063da8b91c37bef4.tar.gz
Fix post-install target broken in global perl plist changes.
Diffstat (limited to 'net')
-rw-r--r--net/p5-ispman/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-ispman/Makefile b/net/p5-ispman/Makefile
index 5db66f078c9..a60e83ab23e 100644
--- a/net/p5-ispman/Makefile
+++ b/net/p5-ispman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:28 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/09/11 11:46:08 wiz Exp $
#
DISTNAME= ispman-0.5
@@ -37,7 +37,7 @@ pre-configure:
post-install:
${INSTALL_DATA} ${WRKSRC}/../IO-stringy-1.212_patched/lib/IO/Scalar.pm \
- ${PERL5_INSTALLVENDORLIB}
+ ${PERL5_INSTALLVENDORLIB}/IO/ScalarPatched.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"