Date: Thu, 27 Feb 2014 12:58:01 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346321 - head/vietnamese/vis2u Message-ID: <201402271258.s1RCw115050082@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 27 12:58:01 2014 New Revision: 346321 URL: http://svnweb.freebsd.org/changeset/ports/346321 QAT: https://qat.redports.org/buildarchive/r346321/ Log: Support staging Modified: head/vietnamese/vis2u/Makefile Modified: head/vietnamese/vis2u/Makefile ============================================================================== --- head/vietnamese/vis2u/Makefile Thu Feb 27 12:55:34 2014 (r346320) +++ head/vietnamese/vis2u/Makefile Thu Feb 27 12:58:01 2014 (r346321) @@ -4,8 +4,7 @@ PORTNAME= vis2u PORTVERSION= 1.0 CATEGORIES= vietnamese textproc -#MASTER_SITES= http://www.geocities.com/~starkville/mozilla/ -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= obrien DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -15,12 +14,11 @@ COMMENT= VISCII->Unicode conversion USE_ZIP= yes NO_WRKSUBDIR= yes -NO_STAGE= yes do-build: cd ${WRKSRC} ; make vis2u do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vis2u ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/vis2u ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402271258.s1RCw115050082>