diff options
Diffstat (limited to 'devel/cil/Makefile')
-rw-r--r-- | devel/cil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cil/Makefile b/devel/cil/Makefile index 5987a106b1d6..3a8dc9336445 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -8,9 +8,10 @@ PORTNAME= cil PORTVERSION= 1.3.7 CATEGORIES= devel lang -MASTER_SITES= SF \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://hal.cs.berkeley.edu/cil/distrib/ + MAINTAINER= ports@FreeBSD.org COMMENT= Infrastructure for C Program Analysis and Transformation |