diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2014-06-11 12:09:47 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2014-06-11 12:09:47 +0000 |
commit | 89f5d7f26da610e2f89088f753f22ea1e3f0293b (patch) | |
tree | fd9a65f3c7f8dcb5ffb87221004aa66b72af66bc /sysutils/radeontool | |
parent | 4fc1dcb876d73887ee1eb57dc4af7bb8b5a9d2cb (diff) | |
download | ports-89f5d7f26da610e2f89088f753f22ea1e3f0293b.tar.gz ports-89f5d7f26da610e2f89088f753f22ea1e3f0293b.zip |
Notes
Diffstat (limited to 'sysutils/radeontool')
-rw-r--r-- | sysutils/radeontool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/radeontool/Makefile b/sysutils/radeontool/Makefile index e7cfd3e791e6..2188e1bfe660 100644 --- a/sysutils/radeontool/Makefile +++ b/sysutils/radeontool/Makefile @@ -9,5 +9,7 @@ MASTER_SITES= http://fdd.com/software/radeon/ MAINTAINER= takawata@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> |