pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/gxemul Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d630fa2c9a43
branches:  trunk
changeset: 515657:d630fa2c9a43
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jul 05 21:45:05 2006 +0000

description:
Fixed pkglint warnings.

diffstat:

 emulators/gxemul/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r c64098947310 -r d630fa2c9a43 emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Wed Jul 05 21:39:42 2006 +0000
+++ b/emulators/gxemul/Makefile Wed Jul 05 21:45:05 2006 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index