summaryrefslogtreecommitdiff
path: root/wm/windowmaker
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-07 02:21:16 +0000
committerjlam <jlam>2004-01-07 02:21:16 +0000
commit366d1526c25864ceeb5cfe4548948ef7642bdb7b (patch)
tree9c8db98822fc70424580d580db896e062263c49e /wm/windowmaker
parent56fd3a15c9aea6e397253fa7067e89f8fb3205ca (diff)
downloadpkgsrc-366d1526c25864ceeb5cfe4548948ef7642bdb7b.tar.gz
From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
Diffstat (limited to 'wm/windowmaker')
-rw-r--r--wm/windowmaker/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
index b8f04b93dd0..5d9382d79c4 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/01/03 18:49:54 reed Exp $
+# $NetBSD: Makefile,v 1.41 2004/01/07 02:21:17 jlam Exp $
DISTNAME= WindowMaker-0.80.2
PKGNAME= windowmaker-0.80.2
@@ -22,7 +22,7 @@ USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-usermenu \
- --sysconfdir=${PKG_SYSCONFBASE} \
+ --sysconfdir=${PKG_SYSCONFBASEDIR} \
--with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
CONFIGURE_ENV+= LINGUAS=yes
CONFIGURE_ENV+= CPP_PATH="${CPP}"