aboutsummaryrefslogtreecommitdiff
path: root/misc/cpuid
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-30 10:32:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-30 10:32:28 +0000
commite0507d5714dce14cb3115110b6a20d68b2241093 (patch)
treeacf3d8457b9587d15d82280bfd86100149feb31f /misc/cpuid
parent007d3add4736da236b54d600be1fc2dcab2cfdcc (diff)
downloadports-e0507d5714dce14cb3115110b6a20d68b2241093.tar.gz
ports-e0507d5714dce14cb3115110b6a20d68b2241093.zip
Allow staging as a regular user and simplify
PR: ports/193102
Notes
Notes: svn path=/head/; revision=366605
Diffstat (limited to 'misc/cpuid')
-rw-r--r--misc/cpuid/Makefile6
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>