diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 02:38:33 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 02:38:33 +0000 |
commit | c73db0e96da2af17ef1342dc686ecc0bfdb1d968 (patch) | |
tree | c12e3f86d6afeb417751be33a7ed2d074849f579 /misc/granulate | |
parent | f463e0a5cf5231dbd848777010bbd2f913ef09fc (diff) | |
download | ports-c73db0e96da2af17ef1342dc686ecc0bfdb1d968.tar.gz ports-c73db0e96da2af17ef1342dc686ecc0bfdb1d968.zip |
Notes
Diffstat (limited to 'misc/granulate')
-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 |