pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/gxemul pkglint'ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8c94b37181a
branches: trunk
changeset: 509223:d8c94b37181a
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Mon Mar 06 22:03:46 2006 +0000
description:
pkglint'ify
diffstat:
emulators/gxemul/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 48f45b6dd4df -r d8c94b37181a emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Mon Mar 06 21:53:04 2006 +0000
+++ b/emulators/gxemul/Makefile Mon Mar 06 22:03:46 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index