forked from Lainports/freebsd-ports
security/pam_search_list: unbreak packaging (+)
Profiled static libraries are not building by default a long time ago. Convert profiling to OPTION, off by default to mimic modern behavior. Reported by: poudriere failure Approved by: portmgr blanket
This commit is contained in:
parent
8170b4444a
commit
a3def2cf30
1 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= pam_search_list
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME:S/_/-/g}
|
||||
DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION}
|
||||
|
|
@ -16,8 +16,9 @@ PLIST_FILES= lib/libpam_search_list.a \
|
|||
lib/pam_search_list.so.0 \
|
||||
man/man8/pam_search_list.8.gz
|
||||
|
||||
.if !defined(NO_PROFILE)
|
||||
PLIST_FILES+= lib/libpam_search_list_p.a
|
||||
.endif
|
||||
OPTIONS_DEFINE= PROFILE
|
||||
|
||||
PROFILE_MAKE_ENV= MK_PROFILE=yes
|
||||
PROFILE_PLIST_FILES= lib/libpam_search_list_p.a
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue