aboutsummaryrefslogtreecommitdiff
path: root/x11/gtk-launch
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/gtk-launch
parent632ef7974391d4d21477a1731cef2eda2c06b66f (diff)
downloadports-6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9.tar.gz
ports-6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9.zip
Notes
Diffstat (limited to 'x11/gtk-launch')
-rw-r--r--x11/gtk-launch/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile
index 45d519e8cb10..43d7d33d1bde 100644
--- a/x11/gtk-launch/Makefile
+++ b/x11/gtk-launch/Makefile
@@ -20,7 +20,6 @@ PORTSCOUT= skipv:1.1
OPTIONS_DEFINE=DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -31,11 +30,11 @@ do-build:
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/launch.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
post-install: