diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-12 21:18:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-12 21:18:50 +0000 |
commit | f87292467547d68fb4c03c2f86df6645e0cbcba4 (patch) | |
tree | 19e3ee775751947048a2d1ed2b4667be7853c921 /emulators/xtrs | |
parent | d3019b0da3b3f59348882b2543969ef449afb33b (diff) | |
download | pkgsrc-f87292467547d68fb4c03c2f86df6645e0cbcba4.tar.gz |
Also replace hard-wired /usr/X11R6 with ${X11BASE}.
Diffstat (limited to 'emulators/xtrs')
-rw-r--r-- | emulators/xtrs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xtrs/Makefile b/emulators/xtrs/Makefile index 71f2c9e89fd..84d967dbe96 100644 --- a/emulators/xtrs/Makefile +++ b/emulators/xtrs/Makefile @@ -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_FILES.mf= Makefile.local 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: |