aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 09:53:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 09:53:50 +0000
commit4d6ee5217d0b5611c3e2aba7352207cc91cafd0e (patch)
treef4029d8eaef7c1b8e176b9459b5e02fda2bffe64
parente2e8b060232e0c8ebc376ded8c5b4f5dc487613c (diff)
downloadports-4d6ee5217d0b5611c3e2aba7352207cc91cafd0e.tar.gz
ports-4d6ee5217d0b5611c3e2aba7352207cc91cafd0e.zip
Notes
-rw-r--r--math/eval/Makefile5
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>