From 373a453fc67be58e76a5b1e72d09c2cd0f8d3f37 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Sat, 15 Feb 2014 15:03:55 +0000 Subject: [PATCH] - Add stage support --- math/nyh-hoc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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