Support staging

This commit is contained in:
Emanuel Haupt 2014-02-20 14:47:13 +00:00
parent d8c1411073
commit df082aa075
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345243

View File

@ -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>