svn commit: r335984 - head/misc/floatator
Danilo Egea Gondolfo
danilo at FreeBSD.org
Mon Dec 9 14:00:24 UTC 2013
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>
More information about the svn-ports-all
mailing list