diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-12-26 11:59:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-12-26 11:59:12 +0000 |
commit | 535b2cd3cf08cc7815657c029e199ed5755945db (patch) | |
tree | 8b8bae65903c26991a884a3e102db51e7a2de747 /devel/csmith | |
parent | 90d079451238bcfaeba186bcb474ba7ac30cb0a8 (diff) |
Notes
Diffstat (limited to 'devel/csmith')
-rw-r--r-- | devel/csmith/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile index e5c97d3bd741..a3c98a04d095 100644 --- a/devel/csmith/Makefile +++ b/devel/csmith/Makefile @@ -3,10 +3,9 @@ PORTNAME= csmith PORTVERSION= 2.2.0 CATEGORIES= devel -MASTER_SITES= http://embed.cs.utah.edu/csmith/ \ - http://www.skysmurf.nl/comp/FreeBSD/distfiles/ +MASTER_SITES= http://embed.cs.utah.edu/csmith/ -MAINTAINER= freebsd@skysmurf.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Generates random C programs that conform to the C99 standard LICENSE= BSD2CLAUSE |