summaryrefslogtreecommitdiff
path: root/sysutils/fileutils
diff options
context:
space:
mode:
authorgrant <grant>2002-12-06 16:12:55 +0000
committergrant <grant>2002-12-06 16:12:55 +0000
commit49e0df197b64bec9f072b5fc3964731995923c0b (patch)
tree68153c33d6b2f95fbcea506ab8ec7ebe9ccf2383 /sysutils/fileutils
parent59ab58c74d44d6c3f9aba50697f3b764dc47995d (diff)
downloadpkgsrc-49e0df197b64bec9f072b5fc3964731995923c0b.tar.gz
USE_PKGLOCALEDIR.
Fix configure on Solaris by calling ${SH} (ksh) ./configure.
Diffstat (limited to 'sysutils/fileutils')
-rw-r--r--sysutils/fileutils/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile
index 558ca6130ca..fef15dfc7c7 100644
--- a/sysutils/fileutils/Makefile
+++ b/sysutils/fileutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2002/10/26 15:43:50 grant Exp $
+# $NetBSD: Makefile,v 1.24 2002/12/06 16:12:55 grant Exp $
DISTNAME= fileutils-4.1.11
CATEGORIES= sysutils
@@ -9,11 +9,17 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnu.org/software/fileutils/fileutils.html
COMMENT= GNU file management utilities
-GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+GNU_CONFIGURE= # defined
+USE_PKGLOCALEDIR= # defined
+USE_BUILDLINK2= # defined
CONFIGURE_ARGS+= --program-prefix=g \
--with-libiconv-prefix=${BUILDLINK_PREFIX.libiconv}
-MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == SunOS
+CONFIGURE_SCRIPT= ${SH} ./configure
+.endif
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"