diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-03 22:59:52 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-03 22:59:52 +0800 |
commit | 711d460be9e5201b810b33dc78a8a6adb4406fe1 (patch) | |
tree | eeb082b4a9ee937139c5873d317377e43a4eed7f /misc | |
parent | 311304a92324f6f0c6cda610235d3596f880efc8 (diff) | |
download | freebsd-ports-gnome-711d460be9e5201b810b33dc78a8a6adb4406fe1.tar.gz freebsd-ports-gnome-711d460be9e5201b810b33dc78a8a6adb4406fe1.tar.zst freebsd-ports-gnome-711d460be9e5201b810b33dc78a8a6adb4406fe1.zip |
upgrade to 3.3
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cpuid/Makefile | 8 | ||||
-rw-r--r-- | misc/cpuid/distinfo | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 54846780b165..d11c1dd5af5b 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -7,14 +7,18 @@ # PORTNAME= cpuid -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= misc MASTER_SITES= http://people.qualcomm.com/karn/code/cpuid/ MAINTAINER= ports@FreeBSD.org ONLY_FOR_ARCHS= i386 -ALL_TARGET= ${PORTNAME} +USE_GMAKE= yes +ALL_TARGET= # empty + +post-patch: + @${PERL} -pi -e "s,gcc,${CC},g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cpuid ${PREFIX}/bin diff --git a/misc/cpuid/distinfo b/misc/cpuid/distinfo index 52d5b4a1f1d3..e3833d6632f0 100644 --- a/misc/cpuid/distinfo +++ b/misc/cpuid/distinfo @@ -1 +1 @@ -MD5 (cpuid-3.2.tar.gz) = 2b0b8605102cc1879a6b5d62f5613bfa +MD5 (cpuid-3.3.tar.gz) = 641af7bb12e1feb0b0d97ed68908297c |