summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /x11/lesstif
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'x11/lesstif')
-rw-r--r--x11/lesstif/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index f72074fb374..15be4d82601 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2005/06/30 15:42:49 adam Exp $
+# $NetBSD: Makefile,v 1.83 2005/12/05 20:51:18 rillig Exp $
DISTNAME= lesstif-0.94.4
CATEGORIES= x11
@@ -24,12 +24,12 @@ CONFIGURE_ENV+= LYNX_CMD=${WRKDIR}/nonexecutable
CONFIGURE_ENV+= LINKS_CMD=${WRKDIR}/nonexecutable
# Work around an ICE on sparc64-1.6
-CONFIGURE_ENV+= F77=${FALSE}
+CONFIGURE_ENV+= F77=${FALSE:Q}
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
INSTALL_FILE= ${WRKDIR}/INSTALL
-FILES_SUBST= LOCALBASE=${LOCALBASE}
-FILES_SUBST+= X11BASE=${X11BASE}
+FILES_SUBST+= LOCALBASE=${LOCALBASE:Q}
+FILES_SUBST+= X11BASE=${X11BASE:Q}
FILES_SUBST+= CP=${CP:Q}
FILES_SUBST+= CMP=${CMP:Q}
FILES_SUBST+= ECHO=${ECHO:Q}