Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2013 14:00:23 +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: r335984 - head/misc/floatator
Message-ID:  <201312091400.rB9E0NZm029397@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Mon Dec  9 14:00:23 2013
New Revision: 335984
URL: http://svnweb.freebsd.org/changeset/ports/335984

Log:
  - Add stage support

Modified:
  head/misc/floatator/Makefile

Modified: head/misc/floatator/Makefile
==============================================================================
--- head/misc/floatator/Makefile	Mon Dec  9 13:56:40 2013	(r335983)
+++ head/misc/floatator/Makefile	Mon Dec  9 14:00:23 2013	(r335984)
@@ -19,10 +19,9 @@ MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} 
 PLIST_FILES=	bin/floatator bin/floatator_X_interface
 MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 do-install:
 .for f in floatator floatator_X_interface
-	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
 .endfor
 
 .include <bsd.port.mk>



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