aboutsummaryrefslogtreecommitdiff
path: root/korean/hpscat
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 15:11:51 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 15:11:51 +0000
commitf4b4df04fa6fda4a44cdb89865ba1a6ad8110e28 (patch)
treed6a18abf51382fa2f413dd7388e32cd2f0920968 /korean/hpscat
parente7d044bcfb03953f547a2f6ee7b4ccfd6e1356da (diff)
downloadports-f4b4df04fa6fda4a44cdb89865ba1a6ad8110e28.tar.gz
ports-f4b4df04fa6fda4a44cdb89865ba1a6ad8110e28.zip
Notes
Diffstat (limited to 'korean/hpscat')
-rw-r--r--korean/hpscat/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/korean/hpscat/Makefile b/korean/hpscat/Makefile
index 7de60561d78a..a2d6a08ffdbd 100644
--- a/korean/hpscat/Makefile
+++ b/korean/hpscat/Makefile
@@ -33,12 +33,10 @@ SUB_FILES= hpscat.sh pkg-message
SUB_LIST= FONTDIR=${FONTDIR}
USES= perl5
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/hpscat ${PREFIX}/bin/hpscat.bin
- @${INSTALL_SCRIPT} ${WRKDIR}/hpscat.sh ${PREFIX}/bin/hpscat
- @cd ${WRKSRC} && ${COPYTREE_SHARE} "${README_FILES}" ${FONTDIR}
- @cd ${WRKDIR}/ked && ${COPYTREE_SHARE} "${FONTFILES}" ${FONTDIR}
- @${CAT} ${PKGMESSAGE}
+ @${INSTALL_PROGRAM} ${WRKSRC}/hpscat ${STAGEDIR}${PREFIX}/bin/hpscat.bin
+ @${INSTALL_SCRIPT} ${WRKDIR}/hpscat.sh ${STAGEDIR}${PREFIX}/bin/hpscat
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} "${README_FILES}" ${STAGEDIR}${FONTDIR}
+ @cd ${WRKDIR}/ked && ${COPYTREE_SHARE} "${FONTFILES}" ${STAGEDIR}${FONTDIR}
.include <bsd.port.mk>