svn commit: r348177 - head/japanese/t2ps

Emanuel Haupt ehaupt at FreeBSD.org
Fri Mar 14 08:45:25 UTC 2014


Author: ehaupt
Date: Fri Mar 14 08:45:25 2014
New Revision: 348177
URL: http://svnweb.freebsd.org/changeset/ports/348177
QAT: https://qat.redports.org/buildarchive/r348177/

Log:
  Support staging

Modified:
  head/japanese/t2ps/Makefile

Modified: head/japanese/t2ps/Makefile
==============================================================================
--- head/japanese/t2ps/Makefile	Fri Mar 14 08:44:08 2014	(r348176)
+++ head/japanese/t2ps/Makefile	Fri Mar 14 08:45:25 2014	(r348177)
@@ -15,8 +15,7 @@ RUN_DEPENDS=	nkf:${PORTSDIR}/japanese/nk
 PLIST_FILES=	bin/t2ps
 WRKSRC=		${WRKDIR}/t2ps-dir
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/t2ps ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/t2ps ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list