misc/compat12x: Fix include
This commit is contained in:
parent
2f76ca4f47
commit
2f496ef5e1
14
misc/compat12x/Makefile.makedist
Normal file
14
misc/compat12x/Makefile.makedist
Normal file
@ -0,0 +1,14 @@
|
||||
_VER= ${PORTVERSION:C/\..*//g}.${PORTVERSION:C/[^\.]*\.//:C/\..*//g}
|
||||
|
||||
makedist:
|
||||
.for lib in ${COMPAT_LIBS}
|
||||
${ECHO_CMD} ${lib} >> /tmp/compat-libs
|
||||
.endfor
|
||||
.for arch in ${ONLY_FOR_ARCHS}
|
||||
cd /tmp && ${SH} ${PORTSDIR}/Tools/scripts/gen-compat.sh ${_VER} ${arch} /tmp/compat-libs
|
||||
.endfor
|
||||
@${ECHO_CMD}
|
||||
@${ECHO_CMD} Now run
|
||||
@${ECHO_CMD} 'mv /tmp/${PORTNAME}-* ${PORTSDIR}/distfiles/'
|
||||
@${ECHO_CMD} adjust PORTVERSION accordingly and run
|
||||
@${ECHO_CMD} ${MAKE} -C ${.CURDIR} makesum
|
||||
@ -24,7 +24,7 @@ COMPAT_LIBS= libcrypto.so.111 \
|
||||
libnv.so.0 \
|
||||
libssl.so.111
|
||||
|
||||
.include "${.CURDIR}/../compat4x/Makefile.makedist"
|
||||
.include "${.CURDIR}/../compat12x/Makefile.makedist"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user