pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f4488ea34a3
branches:  trunk
changeset: 460668:5f4488ea34a3
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Sep 02 12:45:26 2003 +0000

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

And fix pathname to one of these files.

diffstat:

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

diffs (18 lines):

diff -r 5120d6b24d0b -r 5f4488ea34a3 chat/dircproxy/Makefile
--- a/chat/dircproxy/Makefile   Tue Sep 02 12:39:12 2003 +0000
+++ b/chat/dircproxy/Makefile   Tue Sep 02 12:45:26 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/06/02 15:20:06 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/02 12:45:26 seb Exp $
 
 DISTNAME=      dircproxy-1.0.5
 CATEGORIES=    chat
@@ -13,7 +13,7 @@
 USE_PERL5=             YES
 USE_PKGINSTALL=                YES
 
-REPLACE_PERL=          ${WRKSRC}/contrib/log.pl ${WRKSRC}/contrib/privmsg.pl
+REPLACE_PERL=          contrib/log.pl contrib/privmsg-log.pl
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 



Home | Main Index | Thread Index | Old Index