aboutsummaryrefslogtreecommitdiff
path: root/math/ltl2ba
diff options
context:
space:
mode:
Diffstat (limited to 'math/ltl2ba')
-rw-r--r--math/ltl2ba/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/ltl2ba/Makefile b/math/ltl2ba/Makefile
index 237b7a831804..6881dd28ee53 100644
--- a/math/ltl2ba/Makefile
+++ b/math/ltl2ba/Makefile
@@ -15,11 +15,10 @@ ALL_TARGET= ltl2ba
CFLAGS+= -DNXT
PLIST_FILES= bin/ltl2ba
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/^CC=/d' -e '/^CFLAGS=/d' ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ltl2ba ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/ltl2ba ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>