summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2024-03-24 10:40:01 -0500
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2024-03-24 10:40:23 -0500
commitc482608f12a0150a89b988fe6ca833fa78871d9d (patch)
treee6723b0e2e8c12af6c363ebdb63f73b2d539e916
parentMk/Uses: Change to octave.mk. (diff)
math/octave-forge-control: Clean up Makefile.
-rw-r--r--math/octave-forge-control/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile
index e1a74e641ba1..4f37778505b7 100644
--- a/math/octave-forge-control/Makefile
+++ b/math/octave-forge-control/Makefile
@@ -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>