aboutsummaryrefslogtreecommitdiff
path: root/graphics/xdgagrab/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-09 21:42:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-09 21:42:19 +0000
commita5a89803b934a4a913f53bb51d4823708cee4634 (patch)
treeeee550c00b38f651224f7f28d8a19422e05e972a /graphics/xdgagrab/Makefile
parenta77c9abf1ec9011d34a783d1b0553533ff8f4110 (diff)
downloadports-a5a89803b934a4a913f53bb51d4823708cee4634.tar.gz
ports-a5a89803b934a4a913f53bb51d4823708cee4634.zip
Stage support
Notes
Notes: svn path=/head/; revision=339289
Diffstat (limited to 'graphics/xdgagrab/Makefile')
-rw-r--r--graphics/xdgagrab/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xdgagrab/Makefile b/graphics/xdgagrab/Makefile
index 3aee828d9511..f9531e3b0658 100644
--- a/graphics/xdgagrab/Makefile
+++ b/graphics/xdgagrab/Makefile
@@ -14,8 +14,7 @@ USE_XORG= x11 xxf86dga
ALL_TARGET= xdgagrab
PLIST_FILES= bin/xdgagrab
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>