diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-20 06:57:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-20 06:57:28 +0000 |
commit | 2ea03871fcc221745978a078eb1735ba3ea2368d (patch) | |
tree | d2ccb070c10f8afed703b5aaea858548e103ad59 /security/fbopenssl | |
parent | fb6c1575df7a3f30ea539f6ed33cc68748622e8b (diff) |
Notes
Diffstat (limited to 'security/fbopenssl')
-rw-r--r-- | security/fbopenssl/Makefile | 7 | ||||
-rw-r--r-- | security/fbopenssl/pkg-plist | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/security/fbopenssl/Makefile b/security/fbopenssl/Makefile index 05a0a2af77c0..25f2d42de08a 100644 --- a/security/fbopenssl/Makefile +++ b/security/fbopenssl/Makefile @@ -2,6 +2,7 @@ PORTNAME= fbopenssl PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/modgssapache/${PORTNAME}/${PORTVERSION}/ @@ -18,12 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= readme.txt -.if defined(NO_PROFILE) -PLIST_SUB+= PROFILE="@comment " -.else -PLIST_SUB+= PROFILE="" -.endif - OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> diff --git a/security/fbopenssl/pkg-plist b/security/fbopenssl/pkg-plist index b121c8dfa83f..fee06e7af371 100644 --- a/security/fbopenssl/pkg-plist +++ b/security/fbopenssl/pkg-plist @@ -5,6 +5,5 @@ include/fbopenssl/krb5help.h include/fbopenssl/spnego.h include/fbopenssl/spnegohelp.h lib/libfbopenssl.a -%%PROFILE%%lib/libfbopenssl_p.a lib/libfbopenssl.so lib/libfbopenssl.so.0 |