svn commit: r371698 - head/textproc/bsdsort
Antoine Brodin
antoine at FreeBSD.org
Wed Oct 29 19:41:41 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list