pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/xtrs Also replace hard-wired /usr/X11R6 with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f50a86ddf49
branches:  trunk
changeset: 506204:3f50a86ddf49
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 12 21:18:50 2006 +0000

description:
Also replace hard-wired /usr/X11R6 with ${X11BASE}.

diffstat:

 emulators/xtrs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 97dde57b14fe -r 3f50a86ddf49 emulators/xtrs/Makefile
--- a/emulators/xtrs/Makefile   Thu Jan 12 21:18:09 2006 +0000
+++ b/emulators/xtrs/Makefile   Thu Jan 12 21:18:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/07/18 00:50:21 kristerw Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/12 21:18:50 joerg Exp $
 #
 
 DISTNAME=      xtrs-4.9
@@ -19,7 +19,7 @@
 SUBST_SED.mf=          -e 's|/usr/local|${PREFIX}|g' \
                        -e 's|/usr/X11/|${X11PREFIX}/|g' \
                        -e 's|/usr/include/X11|${X11BASE}/include|g' \
-                       -e 's|^\(LDFLAGS = \)-L\(/usr/X11R6/lib\)|\1-Wl,-R\2 -L\2|g' \
+                       -e 's|^\(LDFLAGS = \)-L/usr/X11R6/lib|\1-Wl,-R${X11BASE} -L${X11BASE}|g' \
                        -e 's|/share/man|/man|g'
 
 post-install:



Home | Main Index | Thread Index | Old Index