diff options
author | xtraeme <xtraeme> | 2006-07-05 21:45:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-07-05 21:45:05 +0000 |
commit | b0eaf284aab0ecdf90d23be57092a4dd77333bf9 (patch) | |
tree | 0d2eab01e904176e0f3f41fb01fcc5ba409e5cee /emulators | |
parent | 3d719f8a2d9e41fd22cbb91d53d4bc318d60e404 (diff) | |
download | pkgsrc-b0eaf284aab0ecdf90d23be57092a4dd77333bf9.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 321e92d234e..b880d3436f2 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/07/02 11:35:23 xtraeme Exp $ +# $NetBSD: Makefile,v 1.20 2006/07/05 21:45:05 xtraeme Exp $ # DISTNAME= gxemul-0.4.0.1 @@ -35,8 +35,8 @@ GLOBAL_LDFLAGS= -L${X11BASE}/lib ${COMPILER_RPATH_FLAG}${X11BASE}/lib SUBST_CLASSES+= x11 SUBST_STAGE.x11= post-patch SUBST_FILES.x11= configure -SUBST_SED.x11= -e "s|-L/usr/X11R6/lib|${GLOBAL_LDFLAGS}|g" -SUBST_SED.x11+= -e "s|/usr/X11R6|${X11BASE}|g" +SUBST_SED.x11= -e 's|-L/usr/X11R6/lib|${GLOBAL_LDFLAGS:Q}|g' +SUBST_SED.x11+= -e 's|/usr/X11R6|${X11BASE}|g' SUBST_MESSAGE.x11= Fixing X linking flags. .endif |