svn commit: r357465 - head/sysutils/radeontool

MIHIRA Sanpei Yoshiro sanpei at FreeBSD.org
Wed Jun 11 12:09:48 UTC 2014


Author: sanpei
Date: Wed Jun 11 12:09:47 2014
New Revision: 357465
URL: http://svnweb.freebsd.org/changeset/ports/357465
QAT: https://qat.redports.org/buildarchive/r357465/

Log:
  Add staging support.

Modified:
  head/sysutils/radeontool/Makefile

Modified: head/sysutils/radeontool/Makefile
==============================================================================
--- head/sysutils/radeontool/Makefile	Wed Jun 11 11:41:40 2014	(r357464)
+++ head/sysutils/radeontool/Makefile	Wed Jun 11 12:09:47 2014	(r357465)
@@ -9,5 +9,7 @@ MASTER_SITES=	http://fdd.com/software/ra
 MAINTAINER=	takawata at jp.freebsd.org
 COMMENT=	ATI Radeon video card controlling tool useful for laptops
 
-NO_STAGE=	yes
+do-install:
+	${INSTALL_PROGRAM} -C -s ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list