aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:48:11 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:48:11 +0000
commitfbf194f3697c5ff93ddbe686e1bceb79e4c289b7 (patch)
treef50f4c395cbca27df641804000fa8a4f92dcd598 /korean
parenta7dd7e026fa9c4e18d79f61970a50da971174b80 (diff)
downloadports-fbf194f3697c5ff93ddbe686e1bceb79e4c289b7.tar.gz
ports-fbf194f3697c5ff93ddbe686e1bceb79e4c289b7.zip
Support staging
Notes
Notes: svn path=/head/; revision=345245
Diffstat (limited to 'korean')
-rw-r--r--korean/hmconv/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/korean/hmconv/Makefile b/korean/hmconv/Makefile
index 5f916d2ee37e..10fdc3430db8 100644
--- a/korean/hmconv/Makefile
+++ b/korean/hmconv/Makefile
@@ -19,9 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-patch:
${REINPLACE_CMD} -e 's|^HEDITOR=.*|HEDITOR=$$EDITOR|' \
${WRKSRC}/hmailedit
@@ -30,10 +27,8 @@ do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/hmconv ${WRKSRC}/hmconv1.0pl3.c
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/hmailedit ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/hmconv ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${DOCSDIR}
-.endif
+ ${INSTALL_SCRIPT} ${WRKSRC}/hmailedit ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/hmconv ${STAGEDIR}${PREFIX}/bin
+ cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>