pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-ispman Fix post-install target broken in global...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/631d79981856
branches:  trunk
changeset: 499138:631d79981856
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 11 11:46:08 2005 +0000

description:
Fix post-install target broken in global perl plist changes.

diffstat:

 net/p5-ispman/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cb8f198600e3 -r 631d79981856 net/p5-ispman/Makefile
--- a/net/p5-ispman/Makefile    Sun Sep 11 11:45:51 2005 +0000
+++ b/net/p5-ispman/Makefile    Sun Sep 11 11:46:08 2005 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index