diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-22 18:18:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-22 18:18:25 +0000 |
commit | c5a1a41afc3d904ae13fdad72e8bf3ff6224e1c7 (patch) | |
tree | 18d9118188f1a440b17eac30500ae43f35793da0 /misc/granulate/Makefile | |
parent | back out granulate (diff) |
upgrade to 0.2
change master site
add WWW
drop maintainership
Diffstat (limited to 'misc/granulate/Makefile')
-rw-r--r-- | misc/granulate/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile index 88ed6b5f2d3e..5aba9ad9b50a 100644 --- a/misc/granulate/Makefile +++ b/misc/granulate/Makefile @@ -7,11 +7,14 @@ # PORTNAME= granulate -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= misc -MASTER_SITES= ftp://134.74.16.12/pub/ +MASTER_SITES= http://exe2bin.com/granulate/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org + +post-patch: + @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |