diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-01-09 21:13:33 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2014-01-09 21:13:33 +0000 |
commit | 6d6b884ae72e039569bb002e4ac86e639714d20c (patch) | |
tree | 34815c4c85d9b0a2cc2c99fda31e27527df49706 /sysutils/stress/Makefile | |
parent | 922b3ec1b2c1e94546df5c06d3cc14f30b284cd6 (diff) |
Notes
Diffstat (limited to 'sysutils/stress/Makefile')
-rw-r--r-- | sysutils/stress/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/stress/Makefile b/sysutils/stress/Makefile index 771fa8cc1f23..9663bec37104 100644 --- a/sysutils/stress/Makefile +++ b/sysutils/stress/Makefile @@ -4,19 +4,19 @@ PORTNAME= stress PORTVERSION= 1.0.4 CATEGORIES= sysutils -MASTER_SITES= http://weather.ou.edu/~apw/projects/stress/ \ - http://fresh.t-systems-sfr.com/unix/src/privat2/ +MASTER_SITES= http://people.seas.harvard.edu/~apw/stress/ \ + http://fossies.org/linux/privat/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Tool to impose load on and stress test Unix-like systems +LICENSE= GPLv3 + GNU_CONFIGURE= yes INFO= stress -MAN1= stress.1 -PLIST_FILES= bin/stress +PLIST_FILES= bin/stress man/man1/stress.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \ ${WRKSRC}/src/Makefile.in |