aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-12-09 22:00:23 +0800
committerdanilo <danilo@FreeBSD.org>2013-12-09 22:00:23 +0800
commitfa23e487a396f5e56fef494ee6526830a54d219c (patch)
tree8c2e95aa3280bb3418693b426e61749458cc1d29 /misc
parent42d9133bf74855a832b21a67aa8b0d061fdd918b (diff)
downloadfreebsd-ports-graphics-fa23e487a396f5e56fef494ee6526830a54d219c.tar.gz
freebsd-ports-graphics-fa23e487a396f5e56fef494ee6526830a54d219c.tar.zst
freebsd-ports-graphics-fa23e487a396f5e56fef494ee6526830a54d219c.zip
- Add stage support
Diffstat (limited to 'misc')
-rw-r--r--misc/floatator/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile
index 0c46084aa87..f1019498163 100644
--- a/misc/floatator/Makefile
+++ b/misc/floatator/Makefile
@@ -19,10 +19,9 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
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>