summaryrefslogtreecommitdiff
path: root/net/p5-ispman
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
commit511de621c559e3dec5499958cc6935f68059c7b8 (patch)
tree5d870fd6af0157582b1905100afdfcbf05960e3e /net/p5-ispman
parentd1986bd4adc068570426608f62a18ad5b5b929a2 (diff)
downloadpkgsrc-511de621c559e3dec5499958cc6935f68059c7b8.tar.gz
Fix post-install target broken in global perl plist changes.
Diffstat (limited to 'net/p5-ispman')
-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"