svn commit: r352154 - head/sysutils/libsunacl
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 25 21:57:42 UTC 2014
Author: bapt
Date: Fri Apr 25 21:57:42 2014
New Revision: 352154
URL: http://svnweb.freebsd.org/changeset/ports/352154
QAT: https://qat.redports.org/buildarchive/r352154/
Log:
Fix packaging as a user
Remove test for pre FreeBSD 8
Modified:
head/sysutils/libsunacl/Makefile
Modified: head/sysutils/libsunacl/Makefile
==============================================================================
--- head/sysutils/libsunacl/Makefile Fri Apr 25 21:46:02 2014 (r352153)
+++ head/sysutils/libsunacl/Makefile Fri Apr 25 21:57:42 2014 (r352154)
@@ -9,14 +9,9 @@ MASTER_SITES= SF
MAINTAINER= trasz at FreeBSD.org
COMMENT= Wrapper providing SunOS NFSv4 ACL API
+USES= uidfix
USE_LDCONFIG= yes
PLIST_FILES= include/sunacl.h lib/libsunacl.a lib/libsunacl.so.1 lib/libsunacl.so
MAKE_ENV= NO_PROFILE=yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800000
-IGNORE= no NFSv4 ACL support before FreeBSD 8.0
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list