summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2006-03-12 12:37:30 +0000
committerwiz <wiz>2006-03-12 12:37:30 +0000
commit12659fdc299f1d34e8a5a4f9a02ac904778eda98 (patch)
treef6137ea7541624bb262522e7f2e737fe79cc19e2 /sysutils
parentee22644adc8e6bfd1afc7114ee9b088181f5c24c (diff)
downloadpkgsrc-12659fdc299f1d34e8a5a4f9a02ac904778eda98.tar.gz
pkglint cleanup. Fix CONFLICTS pattern to include [0-9] at the end.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/coreutils/Makefile8
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"