pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/centericq Fix REPLACE_PERL: pathnames listed shou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f78d0b44c5d5
branches:  trunk
changeset: 460617:f78d0b44c5d5
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Sep 02 00:15:40 2003 +0000

description:
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.

diffstat:

 chat/centericq/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3050e0add880 -r f78d0b44c5d5 chat/centericq/Makefile
--- a/chat/centericq/Makefile   Mon Sep 01 23:34:57 2003 +0000
+++ b/chat/centericq/Makefile   Tue Sep 02 00:15:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/08/31 16:46:27 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2003/09/02 00:15:40 seb Exp $
 #
 
 DISTNAME=      centericq-4.9.6
@@ -21,7 +21,7 @@
 LIBS=                  ${LDFLAGS}
 
 USE_PERL5=             run
-REPLACE_PERL=          ${WRKSRC}/misc/cicqconv
+REPLACE_PERL=          misc/cicqconv
 
 INCOMPAT_CURSES+=      NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.[1-9]-*
 INCOMPAT_CURSES+=      NetBSD-1.6_*-* NetBSD-1.6.[1-9]_*-* NetBSD-1.6[A-T]-*



Home | Main Index | Thread Index | Old Index