aboutsummaryrefslogtreecommitdiff
path: root/x11/xkbctrl/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-01-09 14:48:54 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-01-09 14:48:54 +0000
commit835726cb71664ae2670520d3a50f248e16e9734e (patch)
treec5a1df43cdad387744b4ceb00662fb30bee791f4 /x11/xkbctrl/Makefile
parent591efe9fe3d7b0ae82115372fa3ce2842d227352 (diff)
downloadports-835726cb71664ae2670520d3a50f248e16e9734e.tar.gz
ports-835726cb71664ae2670520d3a50f248e16e9734e.zip
Notes
Diffstat (limited to 'x11/xkbctrl/Makefile')
-rw-r--r--x11/xkbctrl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xkbctrl/Makefile b/x11/xkbctrl/Makefile
index a77c46d8f1d8..9fd1b099b55a 100644
--- a/x11/xkbctrl/Makefile
+++ b/x11/xkbctrl/Makefile
@@ -18,7 +18,6 @@ USES= imake
USE_XORG= x11 xkbfile
NO_WRKSUBDIR= yes
-NO_STAGE= yes
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@@ -27,6 +26,6 @@ do-extract:
done
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>