1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

math/octave-forge-control: Clean up Makefile.

This commit is contained in:
Stephen Montgomery-Smith 2024-03-24 10:40:01 -05:00
parent 0166d7359a
commit c482608f12

View File

@ -20,10 +20,6 @@ OCTAVE_SRC= ${GH_PROJECT}-control-${DISTVERSION}
GNU_CONFIGURE= yes
#post-patch:
#${MV} ${WRKSRC}/TG04BX.f ${WRKSRC_slicot}/src
post-patch:
${REINPLACE_CMD} -e '/SC_SMOD.*\:\=/s+\.\./slicot\-reference+${WRKSRC_slicot}'+ ${WRKSRC}/Makefile
MAKE_ARGS+= SC_SMOD=${WRKSRC_slicot}
.include <bsd.port.mk>