diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-07-05 21:45:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-07-05 21:45:05 +0000 |
commit | f1e543002136be39ecf208cb90ccf6c25f65b2b0 (patch) | |
tree | 0d2eab01e904176e0f3f41fb01fcc5ba409e5cee /emulators/gxemul | |
parent | c880453683c83e1f3798a2b7586e3f07458e3e45 (diff) | |
download | pkgsrc-f1e543002136be39ecf208cb90ccf6c25f65b2b0.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'emulators/gxemul')
-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 |