diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2013-12-01 04:54:57 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2013-12-01 04:54:57 +0000 |
commit | af968666dc7e390ad993bd419c85fb9ce93f2ec6 (patch) | |
tree | ebf4901373e667944ee285697a64e8edfd8029d0 /sysutils/libsunacl | |
parent | 4d2e869c75937aa6ddb5cf18cd0573056a22baea (diff) | |
download | ports-af968666dc7e390ad993bd419c85fb9ce93f2ec6.tar.gz ports-af968666dc7e390ad993bd419c85fb9ce93f2ec6.zip |
Notes
Diffstat (limited to 'sysutils/libsunacl')
-rw-r--r-- | sysutils/libsunacl/Makefile | 5 |
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> |