mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- fix build for 10-CURRENT
PR: 175528 Submitted by: Matthias Andree
This commit is contained in:
parent
15b67b0a4e
commit
c125549cc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311011
@ -40,7 +40,7 @@ ${PROGS} ${TESTS}: ${SHLIB_NAME} lib${LIB}.a
|
||||
|
||||
install:
|
||||
mkdir -p ${PREFIX}/include
|
||||
${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NOPROFILE=true \
|
||||
${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NOPROFILE=true NO_PROFILE=true \
|
||||
SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \
|
||||
-f ${MAKEDIR}/bsd.lib.mk install
|
||||
cd ${.CURDIR} && ${BSD_INSTALL_DATA} ${INCS} ${PREFIX}/include
|
||||
|
Loading…
Reference in New Issue
Block a user