diff options
Diffstat (limited to 'math/ump/Makefile')
-rw-r--r-- | math/ump/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/ump/Makefile b/math/ump/Makefile index af805bc29d63..de666c270ea1 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -26,6 +26,7 @@ MAKE_ENV+= DATADIR="${DATADIR}" FIND_DIRS= -type d FIND_DATA= -type f +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/main.cpp |