aboutsummaryrefslogtreecommitdiff
path: root/math/ltl2ba
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 10:26:27 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 10:26:27 +0000
commit3d148e3d617943c9473f415d41ef08b779d404dd (patch)
treeb4346d2f19d92af7ad61641a12528f04800a0cb3 /math/ltl2ba
parenta0b0a7596301f3de6cd5c4111eef7173333d148e (diff)
downloadports-3d148e3d617943c9473f415d41ef08b779d404dd.tar.gz
ports-3d148e3d617943c9473f415d41ef08b779d404dd.zip
Support staging
Notes
Notes: svn path=/head/; revision=345360
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>