svn commit: r345242 - head/korean/h2ps

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 14:46:39 UTC 2014


Author: ehaupt
Date: Thu Feb 20 14:46:39 2014
New Revision: 345242
URL: http://svnweb.freebsd.org/changeset/ports/345242
QAT: https://qat.redports.org/buildarchive/r345242/

Log:
  Support staging

Modified:
  head/korean/h2ps/Makefile

Modified: head/korean/h2ps/Makefile
==============================================================================
--- head/korean/h2ps/Makefile	Thu Feb 20 14:45:46 2014	(r345241)
+++ head/korean/h2ps/Makefile	Thu Feb 20 14:46:39 2014	(r345242)
@@ -11,11 +11,10 @@ COMMENT=	Formats an ASCII file for print
 
 PLIST_FILES=	bin/h2ps
 
-NO_STAGE=	yes
 pre-build:
 	@(cd ${WRKSRC}; make clean)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/h2ps ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/h2ps ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list