aboutsummaryrefslogtreecommitdiff
path: root/sysutils/coreutils/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-10-29 19:04:44 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-10-29 19:04:44 +0000
commit3a2c3938af0bbeb1eed2b5ace75d473bd78bdb08 (patch)
tree3632bdc573b43719eef8b5d290501d50db2a5e11 /sysutils/coreutils/Makefile
parent070776a5ac8a36bac7135ac9b6569bf645932c3a (diff)
Notes
Diffstat (limited to 'sysutils/coreutils/Makefile')
-rw-r--r--sysutils/coreutils/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index b5d2b4c28f0f..f33fa685b86f 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= coreutils
-PORTVERSION= 8.19
-PORTREVISION= 2
+PORTVERSION= 8.20
CATEGORIES= sysutils textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -11,9 +10,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jharris@widomaker.com
COMMENT= The Free Software Foundation's core utilities
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
CONFLICTS= id-utils-[0-9]* linux-gid-[0-9]*
-SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
GNU_CONFIGURE= yes
# A rather nasty hack to stop gnustat from conflicting with base gstat
# bugs.freebsd.org/160060
@@ -22,9 +23,6 @@ CONFIGURE_ARGS= --program-prefix=g \
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1
CPPFLAGS+= "-I${LOCALBASE}/include"
-LICENSE= GPLv3
-LICENSE_FILE= ${WRKSRC}/COPYING
-
USE_XZ= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
@@ -72,11 +70,6 @@ CONFIGURE_ARGS+=--without-gmp
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-stty.c
.endif
-post-patch:
-.if !defined(WITH_SUID)
- @${REINPLACE_CMD} -e "s/u+s/u+w/g" ${WRKSRC}/src/Makefile.in
-.endif
-
post-build:
@${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile