diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:53:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 09:53:50 +0000 |
commit | 4d6ee5217d0b5611c3e2aba7352207cc91cafd0e (patch) | |
tree | f4029d8eaef7c1b8e176b9459b5e02fda2bffe64 | |
parent | e2e8b060232e0c8ebc376ded8c5b4f5dc487613c (diff) | |
download | ports-4d6ee5217d0b5611c3e2aba7352207cc91cafd0e.tar.gz ports-4d6ee5217d0b5611c3e2aba7352207cc91cafd0e.zip |
Notes
-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> |