diff options
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" |