Date: Wed, 29 Oct 2014 19:41:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371698 - head/textproc/bsdsort Message-ID: <201410291941.s9TJfea6018207@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Oct 29 19:41:40 2014 New Revision: 371698 URL: https://svnweb.freebsd.org/changeset/ports/371698 QAT: https://qat.redports.org/buildarchive/r371698/ Log: Allow staging as a regular user Modified: head/textproc/bsdsort/Makefile Modified: head/textproc/bsdsort/Makefile ============================================================================== --- head/textproc/bsdsort/Makefile Wed Oct 29 19:36:04 2014 (r371697) +++ head/textproc/bsdsort/Makefile Wed Oct 29 19:41:40 2014 (r371698) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= bsd- MAINTAINER= ports@FreeBSD.org COMMENT= BSD-licensed version of sort -LICENSE= BSD +LICENSE= BSD2CLAUSE WRKSRC= ${WRKDIR}/${PORTNAME} @@ -20,6 +20,7 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \ CATDIR="${MANPREFIX}/man/man" \ NLSDIR="${PREFIX}/share/nls" \ MK_GNU_SORT="no" +USES= uidfix CFLAGS+= -std=c99
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410291941.s9TJfea6018207>