pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/pekwm Fix REPLACE_PERL: pathnames listed should be ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2df0970d120b
branches:  trunk
changeset: 461073:2df0970d120b
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Sep 10 13:02:56 2003 +0000

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

diffstat:

 wm/pekwm/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 820feb5947b6 -r 2df0970d120b wm/pekwm/Makefile
--- a/wm/pekwm/Makefile Wed Sep 10 12:58:38 2003 +0000
+++ b/wm/pekwm/Makefile Wed Sep 10 13:02:56 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/29 08:51:04 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/10 13:02:56 seb Exp $
 #
 
 DISTNAME=      pekwm-0.1.3
@@ -27,8 +27,8 @@
 CONFIGURE_ARGS+=       --enable-harbour
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
-REPLACE_PERL=          ${WRKSRC}/data/scripts/pekwm_themeset.pl \
-                       ${WRKSRC}/data/scripts/pekwm_ws_menu.pl
+REPLACE_PERL=          data/scripts/pekwm_themeset.pl \
+                       data/scripts/pekwm_ws_menu.pl
 
 PKG_SYSCONFSUBDIR=     pekwm
 



Home | Main Index | Thread Index | Old Index