aboutsummaryrefslogtreecommitdiff
path: root/sysutils/libsunacl
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2013-12-01 04:54:57 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2013-12-01 04:54:57 +0000
commitaf968666dc7e390ad993bd419c85fb9ce93f2ec6 (patch)
treeebf4901373e667944ee285697a64e8edfd8029d0 /sysutils/libsunacl
parent4d2e869c75937aa6ddb5cf18cd0573056a22baea (diff)
downloadports-af968666dc7e390ad993bd419c85fb9ce93f2ec6.tar.gz
ports-af968666dc7e390ad993bd419c85fb9ce93f2ec6.zip
Fix build failure caused by defining NO_PROFILE in src.conf.
Discussed with: se PR: ports/182864, ports/184094 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=335364
Diffstat (limited to 'sysutils/libsunacl')
-rw-r--r--sysutils/libsunacl/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/libsunacl/Makefile b/sysutils/libsunacl/Makefile
index 02079e21ae8d..32a6843a9c2c 100644
--- a/sysutils/libsunacl/Makefile
+++ b/sysutils/libsunacl/Makefile
@@ -11,6 +11,7 @@ COMMENT= Wrapper providing SunOS NFSv4 ACL API
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>
@@ -18,8 +19,4 @@ PLIST_FILES= include/sunacl.h lib/libsunacl.a lib/libsunacl.so.1 lib/libsunacl.s
IGNORE= no NFSv4 ACL support before FreeBSD 8.0
.endif
-.if !defined(NO_PROFILE)
-PLIST_FILES+= lib/libsunacl_p.a
-.endif
-
.include <bsd.port.post.mk>