aboutsummaryrefslogtreecommitdiffstats
path: root/math/eval
diff options
context:
space:
mode:
Diffstat (limited to 'math/eval')
-rw-r--r--math/eval/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/eval/Makefile b/math/eval/Makefile
index ee16292a8e9..033405221e8 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>