aboutsummaryrefslogtreecommitdiff
path: root/x11/thinglaunch
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 19:36:17 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 19:36:17 +0000
commit6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9 (patch)
tree9f45e47e20fb9cbd991f1b5abab659c5a1da04d9 /x11/thinglaunch
parent632ef7974391d4d21477a1731cef2eda2c06b66f (diff)
downloadports-6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9.tar.gz
ports-6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9.zip
Notes
Diffstat (limited to 'x11/thinglaunch')
-rw-r--r--x11/thinglaunch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/thinglaunch/Makefile b/x11/thinglaunch/Makefile
index eb4f12225f08..c6b496563b22 100644
--- a/x11/thinglaunch/Makefile
+++ b/x11/thinglaunch/Makefile
@@ -16,12 +16,11 @@ LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/thinglaunch
-NO_STAGE= yes
do-build:
${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \
-o ${WRKSRC}/${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>