aboutsummaryrefslogtreecommitdiff
path: root/textproc/bsdsort
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-29 19:41:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-29 19:41:40 +0000
commit265cd733876c976a25dedada8e288a692f824a90 (patch)
treeec3693313d22df5bedad4bb6ed53fe7752cb05c3 /textproc/bsdsort
parent1d386cf8c95a69ed4487d23dfdd3a4273e7a55ff (diff)
downloadports-265cd733876c976a25dedada8e288a692f824a90.tar.gz
ports-265cd733876c976a25dedada8e288a692f824a90.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=371698
Diffstat (limited to 'textproc/bsdsort')
-rw-r--r--textproc/bsdsort/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile
index 9dfbe01564b7..f2a8538d5324 100644
--- a/textproc/bsdsort/Makefile
+++ b/textproc/bsdsort/Makefile
@@ -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