diff options
Diffstat (limited to 'misc/granulate/Makefile')
-rw-r--r-- | misc/granulate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile index 5aba9ad9b50a..cda3ec43b7a6 100644 --- a/misc/granulate/Makefile +++ b/misc/granulate/Makefile @@ -9,9 +9,10 @@ PORTNAME= granulate PORTVERSION= 0.2 CATEGORIES= misc -MASTER_SITES= http://exe2bin.com/granulate/ +MASTER_SITES= http://exe2bin.com/granulate/ \ + http://galileo.spaceports.com/~jharris/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jharris@widomaker.com post-patch: @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile |