summaryrefslogtreecommitdiff
path: root/sysutils/sh-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sh-utils/Makefile')
-rw-r--r--sysutils/sh-utils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/sh-utils/Makefile b/sysutils/sh-utils/Makefile
index 2e1372ee407..0a0099a2355 100644
--- a/sysutils/sh-utils/Makefile
+++ b/sysutils/sh-utils/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2001/12/28 07:35:30 tron Exp $
+# $NetBSD: Makefile,v 1.7 2002/02/07 10:52:11 seb Exp $
DISTNAME= sh-utils-2.0
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=sh-utils/}
@@ -14,6 +15,7 @@ USE_GMAKE= YES
USE_GTEXINFO= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --program-prefix=g
+CONFIGURE_ARGS+= --program-transform-name='s,^gid,gnuid,'
CONFIGURE_ENV+= ac_cv_func_uname=no
.include "../../mk/bsd.pkg.mk"