svn commit: r345237 - head/japanese/newosaka

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 14:40:48 UTC 2014


Author: ehaupt
Date: Thu Feb 20 14:40:47 2014
New Revision: 345237
URL: http://svnweb.freebsd.org/changeset/ports/345237
QAT: https://qat.redports.org/buildarchive/r345237/

Log:
  Support staging

Modified:
  head/japanese/newosaka/Makefile

Modified: head/japanese/newosaka/Makefile
==============================================================================
--- head/japanese/newosaka/Makefile	Thu Feb 20 14:38:19 2014	(r345236)
+++ head/japanese/newosaka/Makefile	Thu Feb 20 14:40:47 2014	(r345237)
@@ -13,11 +13,10 @@ COMMENT=	Translator of Japanese EUC docu
 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>


More information about the svn-ports-all mailing list