diff options
-rw-r--r-- | wm/icewm/Makefile | 3 | ||||
-rw-r--r-- | wm/icewm/Makefile.common | 3 |
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) |