1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-26 09:53:50 +00:00
parent e2e8b06023
commit 4d6ee5217d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346183

View File

@ -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>