svn commit: r366605 - head/misc/cpuid
Antoine Brodin
antoine at FreeBSD.org
Sat Aug 30 10:32:29 UTC 2014
Author: antoine
Date: Sat Aug 30 10:32:28 2014
New Revision: 366605
URL: http://svnweb.freebsd.org/changeset/ports/366605
QAT: https://qat.redports.org/buildarchive/r366605/
Log:
Allow staging as a regular user and simplify
PR: ports/193102
Modified:
head/misc/cpuid/Makefile
Modified: head/misc/cpuid/Makefile
==============================================================================
--- head/misc/cpuid/Makefile Sat Aug 30 10:24:01 2014 (r366604)
+++ head/misc/cpuid/Makefile Sat Aug 30 10:32:28 2014 (r366605)
@@ -10,11 +10,9 @@ MASTER_SITES= http://www.ka9q.net/code/c
MAINTAINER= ports at 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>
More information about the svn-ports-head
mailing list