aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/newosaka/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/newosaka/Makefile b/japanese/newosaka/Makefile
index 2cd20df2cd02..d6aaf7f256a5 100644
--- a/japanese/newosaka/Makefile
+++ b/japanese/newosaka/Makefile
@@ -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>