diff options
-rw-r--r-- | benchmarks/super_pi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/super_pi/Makefile b/benchmarks/super_pi/Makefile index 42ef471130a..96521e383c4 100644 --- a/benchmarks/super_pi/Makefile +++ b/benchmarks/super_pi/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/02/28 18:38:47 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2011/02/28 18:39:34 wiz Exp $ # DISTNAME= super_pi PKGNAME= super_pi-20030927 -CATEGORIES= math +CATEGORIES= benchmarks math MASTER_SITES= ftp://pi.super-computing.org/Linux/ MAINTAINER= pkgsrc-users@NetBSD.org |