mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Support staging
This commit is contained in:
parent
33795ce203
commit
fb120e96e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345237
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user