aboutsummaryrefslogtreecommitdiff
path: root/math/nyh-hoc/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-15 15:03:55 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-15 15:03:55 +0000
commit373a453fc67be58e76a5b1e72d09c2cd0f8d3f37 (patch)
treee196289a432b14980a0017dfba8fe7ea238c6248 /math/nyh-hoc/Makefile
parenta8ac537976db561849fe7bd08b4c5e80074704c9 (diff)
downloadports-373a453fc67be58e76a5b1e72d09c2cd0f8d3f37.tar.gz
ports-373a453fc67be58e76a5b1e72d09c2cd0f8d3f37.zip
- Add stage support
Notes
Notes: svn path=/head/; revision=344401
Diffstat (limited to 'math/nyh-hoc/Makefile')
-rw-r--r--math/nyh-hoc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/nyh-hoc/Makefile b/math/nyh-hoc/Makefile
index d79cad2b2525..a314549a3f01 100644
--- a/math/nyh-hoc/Makefile
+++ b/math/nyh-hoc/Makefile
@@ -16,5 +16,7 @@ MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/hoc ${STAGEDIR}${PREFIX}/bin
+
.include <bsd.port.mk>