summaryrefslogtreecommitdiff
path: root/wm/icewm
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-11-21 10:09:59 +0000
committergrant <grant@pkgsrc.org>2002-11-21 10:09:59 +0000
commit818bbe90f10e8f74d6ba65cad7b8225354e76d2c (patch)
tree040eb53239bd7095c18304341e6bfb1959c4ce1d /wm/icewm
parent0d493ebcbacdb938b9ba7bf02aa97502c0e4c7d5 (diff)
downloadpkgsrc-818bbe90f10e8f74d6ba65cad7b8225354e76d2c.tar.gz
- honour PKG_SYSCONFDIR
- bump PKGREVISION fixes pkg/18601 from Hauke Fath.
Diffstat (limited to 'wm/icewm')
-rw-r--r--wm/icewm/Makefile3
-rw-r--r--wm/icewm/Makefile.common3
2 files changed, 4 insertions, 2 deletions
diff --git a/wm/icewm/Makefile b/wm/icewm/Makefile
index 34ac3c08f5b..0436e468657 100644
--- a/wm/icewm/Makefile
+++ b/wm/icewm/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2002/08/25 21:51:33 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2002/11/21 10:09:59 grant Exp $
PKGNAME= ${DISTNAME}
+PKGREVISION= 1
COMMENT= Small, fast and light-weight window manager
CONFLICTS+= icewm-gnome-[0-9]*
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index 600c871d0f4..53246f0e0d1 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2002/08/25 21:51:34 jlam Exp $
+# $NetBSD: Makefile.common,v 1.16 2002/11/21 10:09:59 grant Exp $
DISTNAME= icewm-1.2.0
CATEGORIES= x11 wm
@@ -21,6 +21,7 @@ PATCHDIR= ${.CURDIR}/../../wm/icewm/patches
.if !exists(/usr/include/machine/apmvar.h)
CONFIGURE_ARGS+= --disable-apm
.endif
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.if ${OPSYS} == "NetBSD"
.if exists(/usr/include/machine/apmvar.h)