aboutsummaryrefslogtreecommitdiff
path: root/misc/kbdscan/Makefile
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-09-26 04:03:59 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-09-26 04:03:59 +0000
commitf6770fa45e3e1f882051e12507869d484e939744 (patch)
treec552b2eee22d639ab637a6d9a5e21e3cc2d47d1b /misc/kbdscan/Makefile
parent44bb21c6b89f0bcff5e80a2e295b447f4e815d2e (diff)
downloadports-f6770fa45e3e1f882051e12507869d484e939744.tar.gz
ports-f6770fa45e3e1f882051e12507869d484e939744.zip
Convert to STAGEDIR
Notes
Notes: svn path=/head/; revision=328333
Diffstat (limited to 'misc/kbdscan/Makefile')
-rw-r--r--misc/kbdscan/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/kbdscan/Makefile b/misc/kbdscan/Makefile
index 0468e745a30c..6a276775955d 100644
--- a/misc/kbdscan/Makefile
+++ b/misc/kbdscan/Makefile
@@ -14,8 +14,7 @@ USE_BZIP2= yes
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>