svn commit: r345243 - head/korean/hcode

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


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>


More information about the svn-ports-all mailing list