aboutsummaryrefslogtreecommitdiffstats
path: root/math/nyh-hoc
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2014-02-15 23:03:55 +0800
committerdanilo <danilo@FreeBSD.org>2014-02-15 23:03:55 +0800
commit2ef03f53eb1ba864d15d96cfa10fd06e60b7b0cf (patch)
treee196289a432b14980a0017dfba8fe7ea238c6248 /math/nyh-hoc
parente035a44a0840eddf18e5d4df9307caff6124a9d9 (diff)
downloadfreebsd-ports-gnome-2ef03f53eb1ba864d15d96cfa10fd06e60b7b0cf.tar.gz
freebsd-ports-gnome-2ef03f53eb1ba864d15d96cfa10fd06e60b7b0cf.tar.zst
freebsd-ports-gnome-2ef03f53eb1ba864d15d96cfa10fd06e60b7b0cf.zip
- Add stage support
Diffstat (limited to 'math/nyh-hoc')
-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>