diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 17:53:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 17:53:50 +0800 |
commit | ca7b47b8832a637cbb02b98d3747e0b65cb36df3 (patch) | |
tree | f4029d8eaef7c1b8e176b9459b5e02fda2bffe64 /math/eval | |
parent | 915cd1a71e84e898e8d7fd9c48b7917739d427d8 (diff) | |
download | freebsd-ports-gnome-ca7b47b8832a637cbb02b98d3747e0b65cb36df3.tar.gz freebsd-ports-gnome-ca7b47b8832a637cbb02b98d3747e0b65cb36df3.tar.zst freebsd-ports-gnome-ca7b47b8832a637cbb02b98d3747e0b65cb36df3.zip |
Support staging
Diffstat (limited to 'math/eval')
-rw-r--r-- | math/eval/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/eval/Makefile b/math/eval/Makefile index ee16292a8e93..033405221e8b 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -15,15 +15,14 @@ COMMENT= A full featured floating point expression evaluator USE_LHA= yes -PLIST_FILES= bin/Eval +PLIST_FILES= bin/Eval WRKSRC= ${WRKDIR}/Eval/source -NO_STAGE= yes post-extract: -${LN} -s Makefile.unx ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/Eval ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/Eval ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |