svn commit: r344401 - head/math/nyh-hoc

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 15 15:03:56 UTC 2014


Author: danilo
Date: Sat Feb 15 15:03:55 2014
New Revision: 344401
URL: http://svnweb.freebsd.org/changeset/ports/344401
QAT: https://qat.redports.org/buildarchive/r344401/

Log:
  - Add stage support

Modified:
  head/math/nyh-hoc/Makefile

Modified: head/math/nyh-hoc/Makefile
==============================================================================
--- head/math/nyh-hoc/Makefile	Sat Feb 15 15:00:33 2014	(r344400)
+++ head/math/nyh-hoc/Makefile	Sat Feb 15 15:03:55 2014	(r344401)
@@ -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>


More information about the svn-ports-head mailing list