misc/compat12x: Fix include

This commit is contained in:
Bastard Operator from Hell 2025-05-18 22:41:57 +02:00
parent 2f76ca4f47
commit 2f496ef5e1
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 15 additions and 1 deletions

View 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

View File

@ -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>