diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2014-06-27 12:29:20 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2014-06-27 12:29:20 +0000 |
commit | 237f8bd9c9eacccbe57b7c150fed42c8e11df5e3 (patch) | |
tree | 65c81e8c802ac59a3be067d21ae4c6b3726c14d9 | |
parent | 8259403c9e8e96c3b1f323ff99fd66d2e072f9d1 (diff) | |
download | ports-237f8bd9c9eacccbe57b7c150fed42c8e11df5e3.tar.gz ports-237f8bd9c9eacccbe57b7c150fed42c8e11df5e3.zip |
Notes
-rw-r--r-- | sysutils/coreutils/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 30e8372799ea..e710f369b8a9 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -6,9 +6,8 @@ PORTVERSION= 8.22 PORTREVISION= 2 CATEGORIES= sysutils textproc MASTER_SITES= GNU -MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jharris@widomaker.com COMMENT= Free Software Foundation core utilities LICENSE= GPLv3 @@ -27,9 +26,8 @@ CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= gmake iconv perl5 charsetfix +USES= gmake iconv perl5 charsetfix tar:xz USE_PERL5= build # build - required for tests and man page generation -USE_XZ= yes USE_LDCONFIG= yes INFO= coreutils |