svn commit: r353344 - head/japanese/VTPSfont

Pawel Pekala pawel at FreeBSD.org
Thu May 8 18:23:33 UTC 2014


Author: pawel
Date: Thu May  8 18:23:33 2014
New Revision: 353344
URL: http://svnweb.freebsd.org/changeset/ports/353344
QAT: https://qat.redports.org/buildarchive/r353344/

Log:
  Add staging support

Modified:
  head/japanese/VTPSfont/Makefile

Modified: head/japanese/VTPSfont/Makefile
==============================================================================
--- head/japanese/VTPSfont/Makefile	Thu May  8 18:18:35 2014	(r353343)
+++ head/japanese/VTPSfont/Makefile	Thu May  8 18:23:33 2014	(r353344)
@@ -17,7 +17,6 @@ RUN_DEPENDS=	bash:${PORTSDIR}/shells/bas
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-extract:
 		@${RM} -rf ${WRKDIR}
 		@${MKDIR} ${WRKDIR}
@@ -27,6 +26,6 @@ do-extract:
 
 do-install:
 		${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
-			${PREFIX}/bin/VTPSfont
+			${STAGEDIR}${PREFIX}/bin/VTPSfont
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list