Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 14:47:13 +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: r345243 - head/korean/hcode
Message-ID:  <201402201447.s1KElDAB098560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 20 14:47:13 2014
New Revision: 345243
URL: http://svnweb.freebsd.org/changeset/ports/345243
QAT: https://qat.redports.org/buildarchive/r345243/

Log:
  Support staging

Modified:
  head/korean/hcode/Makefile

Modified: head/korean/hcode/Makefile
==============================================================================
--- head/korean/hcode/Makefile	Thu Feb 20 14:46:39 2014	(r345242)
+++ head/korean/hcode/Makefile	Thu Feb 20 14:47:13 2014	(r345243)
@@ -15,8 +15,7 @@ COMMENT=	Hangul code conversion utility
 
 PLIST_FILES=	bin/hcode
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/hcode ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/hcode ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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