diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-30 18:32:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-30 18:32:28 +0800 |
commit | ee4ab0ec466352b5cbcbe9e17b264958bdf3e667 (patch) | |
tree | acf3d8457b9587d15d82280bfd86100149feb31f /misc/cpuid | |
parent | d92cd027af65c5b3903ffc71f39490f24c6e2988 (diff) | |
download | freebsd-ports-gnome-ee4ab0ec466352b5cbcbe9e17b264958bdf3e667.tar.gz freebsd-ports-gnome-ee4ab0ec466352b5cbcbe9e17b264958bdf3e667.tar.zst freebsd-ports-gnome-ee4ab0ec466352b5cbcbe9e17b264958bdf3e667.zip |
Allow staging as a regular user and simplify
PR: ports/193102
Diffstat (limited to 'misc/cpuid')
-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> |