diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-12 12:37:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-12 12:37:30 +0000 |
commit | 1e2c1bec14829f5de3643f5045eadef3c04749da (patch) | |
tree | f6137ea7541624bb262522e7f2e737fe79cc19e2 /sysutils/coreutils | |
parent | e66223304a98705c403fda1251673cce07f3d423 (diff) | |
download | pkgsrc-1e2c1bec14829f5de3643f5045eadef3c04749da.tar.gz |
pkglint cleanup. Fix CONFLICTS pattern to include [0-9] at the end.
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r-- | sysutils/coreutils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 8ffa183f28e..f490ecd8839 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/03/12 12:36:01 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2006/03/12 12:37:30 wiz Exp $ DISTNAME= coreutils-5.2.1 PKGREVISION= 2 @@ -14,7 +14,7 @@ NOT_FOR_PLATFORM= NetBSD-2.0[D-H]-* BUILD_USES_MSGFMT= YES -CONFLICTS= fileutils-* linuxls-* sh-utils-* textutils-* +CONFLICTS= fileutils-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]* GNU_CONFIGURE= YES USE_TOOLS+= perl @@ -25,7 +25,7 @@ INFO_FILES= coreutils.info TEST_TARGET= check SUBST_CLASSES+= root -SUBST_MESSAGE.root= "Fixing hardcoded root." +SUBST_MESSAGE.root= Fixing hardcoded root. SUBST_STAGE.root= post-patch SUBST_FILES.root= src/Makefile.in SUBST_SED.root= -e 's, root , ${ROOT_USER} ,g' @@ -62,7 +62,7 @@ BUILD_DEFS+= GNU_PROGRAM_PREFIX ${OPSYS} == "OpenBSD" MAKE_FLAGS+= setuid_root_mode=a=rx MESSAGE_SRC= ${.CURDIR}/MESSAGE.gsu -MESSAGE_SUBST+= OPSYS=${OPSYS} +MESSAGE_SUBST+= OPSYS=${OPSYS:Q} .endif .include "../../converters/libiconv/buildlink3.mk" |