summaryrefslogtreecommitdiff
path: root/x11/xkeywrap
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 10:03:45 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 10:03:45 +0000
commit00bda700bcc5bf1222cffd023f08f3490ea99a26 (patch)
tree8a2e261b7f54c50876022629c0f414a3a9c87274 /x11/xkeywrap
parentEnable stage support (diff)
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Notes
Notes: svn path=/head/; revision=339414
Diffstat (limited to 'x11/xkeywrap')
-rw-r--r--x11/xkeywrap/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11/xkeywrap/Makefile b/x11/xkeywrap/Makefile
index d0e3186697bf..bed88adf7e49 100644
--- a/x11/xkeywrap/Makefile
+++ b/x11/xkeywrap/Makefile
@@ -12,21 +12,18 @@ COMMENT= Record, repeat, and play key sequence from keyboard
MAKE_ENV= X11BASE=${LOCALBASE}
USE_XORG= x11 xt
-MAN1= xkeywrap.1
-MANCOMPRESSED= yes
PORTDOCS= README demo.dat xkeywrap_demo.c
-PLIST_FILES= bin/xkeywrap
+PLIST_FILES= bin/xkeywrap man/man1/${PORTNAME}.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${STAGEDIR}${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
.endfor
.endif