svn commit: r328333 - head/misc/kbdscan

Eitan Adler eadler at FreeBSD.org
Thu Sep 26 04:03:59 UTC 2013


Author: eadler
Date: Thu Sep 26 04:03:59 2013
New Revision: 328333
URL: http://svnweb.freebsd.org/changeset/ports/328333

Log:
  Convert to STAGEDIR

Modified:
  head/misc/kbdscan/Makefile

Modified: head/misc/kbdscan/Makefile
==============================================================================
--- head/misc/kbdscan/Makefile	Thu Sep 26 03:18:22 2013	(r328332)
+++ head/misc/kbdscan/Makefile	Thu Sep 26 04:03:59 2013	(r328333)
@@ -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>


More information about the svn-ports-all mailing list