summaryrefslogtreecommitdiff
path: root/wm/mlvwm
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 /wm/mlvwm
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 'wm/mlvwm')
-rw-r--r--wm/mlvwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/mlvwm/Makefile b/wm/mlvwm/Makefile
index 5e9906db4ad..808645d80f1 100644
--- a/wm/mlvwm/Makefile
+++ b/wm/mlvwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/09/04 06:57:08 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2005/12/05 20:51:09 rillig Exp $
#
DISTNAME= mlvwm091
@@ -24,7 +24,7 @@ post-install:
.endfor
${INSTALL_DATA} ${WRKSRC}/pixmap/*.xpm ${PREFIX}/share/mlvwm
-SUBST_CLASSES= xpm
+SUBST_CLASSES+= xpm
SUBST_STAGE.xpm= post-configure
SUBST_FILES.xpm= sample_rc/Mlvwmrc
SUBST_SED.xpm= -e "s,@PREFIX@,${PREFIX},"