Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 15:03:55 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344401 - head/math/nyh-hoc
Message-ID:  <201402151503.s1FF3tl7062726@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151503.s1FF3tl7062726>