summaryrefslogtreecommitdiff
path: root/emulators/gxemul
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2006-03-06 22:03:46 +0000
committerxtraeme <xtraeme@pkgsrc.org>2006-03-06 22:03:46 +0000
commit89f1cb708d926af01f76bffd4a07ba958beccf8d (patch)
treed358390020d5d951835e0a20e03da5c7a711077a /emulators/gxemul
parent861e5eef86d86efb265c08fb6a3a8e92323497ce (diff)
downloadpkgsrc-89f1cb708d926af01f76bffd4a07ba958beccf8d.tar.gz
pkglint'ify
Diffstat (limited to 'emulators/gxemul')
-rw-r--r--emulators/gxemul/Makefile8
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"