Date: Sat, 26 Sep 2015 03:12:08 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397926 - head/sysutils/acerhdf-kmod Message-ID: <201509260312.t8Q3C8Yn006988@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Sep 26 03:12:07 2015 New Revision: 397926 URL: https://svnweb.freebsd.org/changeset/ports/397926 Log: Mark as x86-only. This is specific to one machine. Modified: head/sysutils/acerhdf-kmod/Makefile Modified: head/sysutils/acerhdf-kmod/Makefile ============================================================================== --- head/sysutils/acerhdf-kmod/Makefile Sat Sep 26 02:39:09 2015 (r397925) +++ head/sysutils/acerhdf-kmod/Makefile Sat Sep 26 03:12:07 2015 (r397926) @@ -25,6 +25,9 @@ GH_ACCOUNT= t6 IGNORE= does not support FreeBSD versions older than 10.1 .endif +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= specific to one machine + do-install: ${INSTALL_MAN} ${WRKSRC}/${KMODNAME}.4 ${STAGEDIR}${MANDIR} ${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509260312.t8Q3C8Yn006988>