From 3d148e3d617943c9473f415d41ef08b779d404dd Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Fri, 21 Feb 2014 10:26:27 +0000 Subject: [PATCH] Support staging --- math/ltl2ba/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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