summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>