diff options
author | xtraeme <xtraeme> | 2006-03-06 22:03:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-03-06 22:03:46 +0000 |
commit | fcf200a1ddea20ec8ac250c01297f98818e6a8b2 (patch) | |
tree | d358390020d5d951835e0a20e03da5c7a711077a /emulators/gxemul/Makefile | |
parent | 8dc22f6e81065232d45d548b6a10153a8467d8ad (diff) | |
download | pkgsrc-fcf200a1ddea20ec8ac250c01297f98818e6a8b2.tar.gz |
pkglint'ify
Diffstat (limited to 'emulators/gxemul/Makefile')
-rw-r--r-- | emulators/gxemul/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 365f1223ff5..5c9ac4c95ae 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/02/19 19:31:41 xtraeme Exp $ +# $NetBSD: Makefile,v 1.18 2006/03/06 22:03:46 xtraeme Exp $ # DISTNAME= gxemul-0.3.8 @@ -35,9 +35,9 @@ 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" \ - -e "s|/usr/X11R6|${X11BASE}|g" -SUBST_MESSAGE.x11= "Fixing X linking flags." +SUBST_SED.x11= -e "s|-L/usr/X11R6/lib|${GLOBAL_LDFLAGS}|g" +SUBST_SED.x11+= -e "s|/usr/X11R6|${X11BASE}|g" +SUBST_MESSAGE.x11= Fixing X linking flags. .endif .include "../../mk/x11.buildlink3.mk" |