aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-26 05:57:42 +0800
committerbapt <bapt@FreeBSD.org>2014-04-26 05:57:42 +0800
commit07d8892a1ab98f8ee59e47ddebed21f6e88f4b2a (patch)
tree863fa2d784ad44ced16a8a95a5f0ce459626f8f4 /sysutils
parentd1ea24d5dd0105f31f854788cb6e775f0c41fd5b (diff)
downloadfreebsd-ports-gnome-07d8892a1ab98f8ee59e47ddebed21f6e88f4b2a.tar.gz
freebsd-ports-gnome-07d8892a1ab98f8ee59e47ddebed21f6e88f4b2a.tar.zst
freebsd-ports-gnome-07d8892a1ab98f8ee59e47ddebed21f6e88f4b2a.zip
Fix packaging as a user
Remove test for pre FreeBSD 8
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libsunacl/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/libsunacl/Makefile b/sysutils/libsunacl/Makefile
index 32a6843a9c2c..706a3acfe0a3 100644
--- a/sysutils/libsunacl/Makefile
+++ b/sysutils/libsunacl/Makefile
@@ -9,14 +9,9 @@ MASTER_SITES= SF
MAINTAINER= trasz@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>