diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 10:26:27 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 10:26:27 +0000 |
commit | 3d148e3d617943c9473f415d41ef08b779d404dd (patch) | |
tree | b4346d2f19d92af7ad61641a12528f04800a0cb3 /math/ltl2ba | |
parent | a0b0a7596301f3de6cd5c4111eef7173333d148e (diff) |
Notes
Diffstat (limited to 'math/ltl2ba')
-rw-r--r-- | math/ltl2ba/Makefile | 3 |
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> |