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-20 14:40:47 +00:00
parent 33795ce203
commit fb120e96e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345237

View File

@ -13,11 +13,10 @@ COMMENT= Translator of Japanese EUC documents into Osaka language
PLIST_FILES= bin/osaka
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_STAGE= yes
do-build:
(cd ${WRKSRC}; ${CC} ${CFLAGS} -o osaka osaka.c -I${WRKSRC})
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/osaka ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/osaka ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>