diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 22:48:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 22:48:11 +0800 |
commit | c15cfcbc465b5eeaf8fa9b20aceb941c2477684c (patch) | |
tree | f50f4c395cbca27df641804000fa8a4f92dcd598 /korean | |
parent | fbc47510c7d400d85867d821431255e907dce767 (diff) | |
download | freebsd-ports-graphics-c15cfcbc465b5eeaf8fa9b20aceb941c2477684c.tar.gz freebsd-ports-graphics-c15cfcbc465b5eeaf8fa9b20aceb941c2477684c.tar.zst freebsd-ports-graphics-c15cfcbc465b5eeaf8fa9b20aceb941c2477684c.zip |
Support staging
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hmconv/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/korean/hmconv/Makefile b/korean/hmconv/Makefile index 5f916d2ee37..10fdc3430db 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> |