diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 19:36:17 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 19:36:17 +0000 |
commit | 6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9 (patch) | |
tree | 9f45e47e20fb9cbd991f1b5abab659c5a1da04d9 /x11/thinglaunch | |
parent | 632ef7974391d4d21477a1731cef2eda2c06b66f (diff) | |
download | ports-6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9.tar.gz ports-6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9.zip |
Notes
Diffstat (limited to 'x11/thinglaunch')
-rw-r--r-- | x11/thinglaunch/Makefile | 3 |
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> |