aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-20 22:40:47 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-20 22:40:47 +0800
commit5d596b6be9a1616a48de85d0ee7af498663d3a04 (patch)
tree6081bc594fd55b9c830533434bd37ba1475f88c6 /japanese
parentc0673af0d0783191256dff071485caab3b06076d (diff)
downloadfreebsd-ports-gnome-5d596b6be9a1616a48de85d0ee7af498663d3a04.tar.gz
freebsd-ports-gnome-5d596b6be9a1616a48de85d0ee7af498663d3a04.tar.zst
freebsd-ports-gnome-5d596b6be9a1616a48de85d0ee7af498663d3a04.zip
Support staging
Diffstat (limited to 'japanese')
-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>