summaryrefslogtreecommitdiff
path: root/net/p5-ispman
diff options
context:
space:
mode:
authorwiz <wiz>2005-09-11 11:46:08 +0000
committerwiz <wiz>2005-09-11 11:46:08 +0000
commitbc85094797e6380ee2e2108d96d032497cc0461f (patch)
tree5d870fd6af0157582b1905100afdfcbf05960e3e /net/p5-ispman
parentdf3081cc1c0ea48ced65ddd88cfd1bd0cc951768 (diff)
downloadpkgsrc-bc85094797e6380ee2e2108d96d032497cc0461f.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"