aboutsummaryrefslogtreecommitdiff
path: root/korean/nhpf
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:50:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 14:50:25 +0000
commit178f307735ebe2d8bf2d247cb51422ac2c751580 (patch)
treeaddf39188f8df3b8558bc34d2cdb96de81297d32 /korean/nhpf
parent4a392830a1e59502e6d8576ffda0e27aaefab6f0 (diff)
downloadports-178f307735ebe2d8bf2d247cb51422ac2c751580.tar.gz
ports-178f307735ebe2d8bf2d247cb51422ac2c751580.zip
Support staging
Notes
Notes: svn path=/head/; revision=345247
Diffstat (limited to 'korean/nhpf')
-rw-r--r--korean/nhpf/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/korean/nhpf/Makefile b/korean/nhpf/Makefile
index b0c96545b1d7..fc9be90e41d3 100644
--- a/korean/nhpf/Makefile
+++ b/korean/nhpf/Makefile
@@ -15,15 +15,10 @@ PORTDOCS= README
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
do-install:
- @${MKDIR} ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/nhpf ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/nhpf ${STAGEDIR}${PREFIX}/bin
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>