diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-26 04:03:59 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-26 04:03:59 +0000 |
commit | f6770fa45e3e1f882051e12507869d484e939744 (patch) | |
tree | c552b2eee22d639ab637a6d9a5e21e3cc2d47d1b /misc/kbdscan | |
parent | 44bb21c6b89f0bcff5e80a2e295b447f4e815d2e (diff) | |
download | ports-f6770fa45e3e1f882051e12507869d484e939744.tar.gz ports-f6770fa45e3e1f882051e12507869d484e939744.zip |
Convert to STAGEDIR
Notes
Notes:
svn path=/head/; revision=328333
Diffstat (limited to 'misc/kbdscan')
-rw-r--r-- | misc/kbdscan/Makefile | 3 |
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> |