Sat May 16 21:45:40 2009 UTC ()
update master site


(zafer)
diff -r1.5 -r1.6 pkgsrc/benchmarks/forkbomb/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/benchmarks/forkbomb/Makefile (expand / switch to unified diff)

--- pkgsrc/benchmarks/forkbomb/Makefile 2008/04/07 17:09:03 1.5
+++ pkgsrc/benchmarks/forkbomb/Makefile 2009/05/16 21:45:40 1.6
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.5 2008/04/07 17:09:03 joerg Exp $ 1# $NetBSD: Makefile,v 1.6 2009/05/16 21:45:40 zafer Exp $
2# 2#
3 3
4DISTNAME= forkbomb-1.4 4DISTNAME= forkbomb-1.4
5CATEGORIES= benchmarks 5CATEGORIES= benchmarks
6MASTER_SITES= http://home.tiscali.cz:8080/~cz210552/distfiles/ 6MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://home.tiscali.cz:8080/~cz210552/forkbomb.html 9HOMEPAGE= http://home.tiscali.cz:8080/~cz210552/forkbomb.html
10COMMENT= Classic Unix fork() bomber 10COMMENT= Classic Unix fork() bomber
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14INSTALLATION_DIRS+= bin man/man8 14INSTALLATION_DIRS+= bin man/man8
15 15
16do-build: 16do-build:
17 ${CC} ${CFLAGS} ${CPPFLAGS} ${WRKSRC}/forkbomb.c -o \ 17 ${CC} ${CFLAGS} ${CPPFLAGS} ${WRKSRC}/forkbomb.c -o \
18 ${WRKSRC}/forkbomb 18 ${WRKSRC}/forkbomb
19 19