diff options
author | tron <tron@pkgsrc.org> | 2001-02-26 20:19:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-26 20:19:43 +0000 |
commit | eaa668697ff4665cac9ef4ee1c809fb646ed9232 (patch) | |
tree | 05777537a7842cd2f8fdcb3806350b75a37d96cc /wm/sawfish/Makefile | |
parent | ed13e58de405ea493d2ecdffdb2b81375ce06a1f (diff) | |
download | pkgsrc-eaa668697ff4665cac9ef4ee1c809fb646ed9232.tar.gz |
Use "PKGLOCALEDIR" instead of "LOCALEDIR".
Diffstat (limited to 'wm/sawfish/Makefile')
-rw-r--r-- | wm/sawfish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 73c4df581b6..5758013d422 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/25 04:18:21 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/26 20:19:49 tron Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -13,7 +13,6 @@ CONFIGURE_ENV+= LOCALEDIR=${LOCALEDIR} MAKE_ENV+= LOCALEDIR=${LOCALEDIR} PLIST_SUBST+= SF_VERS=${SF_VERS} -PLIST_SUBST+= LOCALEDIR=${LOCALEDIR} .include "../../mk/bsd.prefs.mk" |