aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gtk-launch
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-10-24 03:36:17 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-10-24 03:36:17 +0800
commit5e220e5250321b718a221eeb252c0af0468c7cb0 (patch)
tree9f45e47e20fb9cbd991f1b5abab659c5a1da04d9 /x11/gtk-launch
parenta66e881dd729ebb82a59b48b36ca6365bf402560 (diff)
downloadfreebsd-ports-gnome-5e220e5250321b718a221eeb252c0af0468c7cb0.tar.gz
freebsd-ports-gnome-5e220e5250321b718a221eeb252c0af0468c7cb0.tar.zst
freebsd-ports-gnome-5e220e5250321b718a221eeb252c0af0468c7cb0.zip
Support staging.
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: