aboutsummaryrefslogtreecommitdiff
path: root/japanese/newosaka
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:40:47 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:40:47 +0000
commitfb120e96e6c58217410088e4e4f0b8bbc8e5664d (patch)
tree6081bc594fd55b9c830533434bd37ba1475f88c6 /japanese/newosaka
parent33795ce203ed17479db9eb426327e7217a37bdf3 (diff)
downloadports-fb120e96e6c58217410088e4e4f0b8bbc8e5664d.tar.gz
ports-fb120e96e6c58217410088e4e4f0b8bbc8e5664d.zip
Notes
Diffstat (limited to 'japanese/newosaka')
-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>