diff options
author | rh <rh@pkgsrc.org> | 2001-04-08 06:23:57 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-04-08 06:23:57 +0000 |
commit | 1a77aecdc97bd181479eec48b1dd06bde8cc7c53 (patch) | |
tree | 901ba721b4edd362e051a0c28400fda1b8d9546d /misc/gnome-utils/Makefile | |
parent | 56b944f6c269d833b39b60418e6b8b146087f5d9 (diff) | |
download | pkgsrc-1a77aecdc97bd181479eec48b1dd06bde8cc7c53.tar.gz |
Remove explicit check for SunhOS now that PKGLOCALEDIR is set automatically
in bsd.pkg.mk
Diffstat (limited to 'misc/gnome-utils/Makefile')
-rw-r--r-- | misc/gnome-utils/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index cb191cef32f..fc081962f54 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -## $NetBSD: Makefile,v 1.33 2001/04/07 20:52:44 rh Exp $ +## $NetBSD: Makefile,v 1.34 2001/04/08 06:23:57 rh Exp $ DISTNAME= gnome-utils-1.4.0 CATEGORIES= misc x11 gnome @@ -30,16 +30,6 @@ pre-configure: .include "../../mk/bsd.prefs.mk" -# The directory in which locale files are found is: -# -# ${PREFIX}/${LOCALEDIR}/locale/<lang>/LC_MESSAGES -# -.if ${OPSYS} == "SunOS" -LOCALEDIR= lib -.else -LOCALEDIR= share -.endif - .if ${NEED_NCURSES} == "YES" CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE} CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include |