diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-30 10:32:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-30 10:32:28 +0000 |
commit | e0507d5714dce14cb3115110b6a20d68b2241093 (patch) | |
tree | acf3d8457b9587d15d82280bfd86100149feb31f /misc | |
parent | 007d3add4736da236b54d600be1fc2dcab2cfdcc (diff) | |
download | ports-e0507d5714dce14cb3115110b6a20d68b2241093.tar.gz ports-e0507d5714dce14cb3115110b6a20d68b2241093.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cpuid/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 51eac85343cf..a364b78df4a0 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -10,11 +10,9 @@ MASTER_SITES= http://www.ka9q.net/code/cpuid/ MAINTAINER= ports@FreeBSD.org COMMENT= CPU identification utility +USES= uidfix +MAKEFILE= ${FILESDIR}/Makefile.bsd PLIST_FILES= bin/cpuid ONLY_FOR_ARCHS= i386 amd64 -post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \ - ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile - .include <bsd.port.mk> |