Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 14:46:39 +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: r345242 - head/korean/h2ps
Message-ID:  <201402201446.s1KEkdd8098419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402201446.s1KEkdd8098419>