mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Respect NO_PROFILE/NOPROFILE.
This commit is contained in:
parent
57d6225b2b
commit
5cdb562fc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213280
@ -16,6 +16,12 @@ COMMENT= User space caching library
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.if defined(NO_PROFILE) || defined(NOPROFILE)
|
||||
PLIST_SUB+= PROFLIB="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PROFLIB=""
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
include/ublio.h
|
||||
lib/libublio.a
|
||||
lib/libublio_p.a
|
||||
%%PROFLIB%%lib/libublio_p.a
|
||||
lib/libublio.so
|
||||
lib/libublio.so.1
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
x
Reference in New Issue
Block a user