diff options
-rw-r--r-- | misc/granulate/Makefile | 9 | ||||
-rw-r--r-- | misc/granulate/distinfo | 2 | ||||
-rw-r--r-- | misc/granulate/pkg-descr | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile index 88ed6b5..5aba9ad 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 diff --git a/misc/granulate/distinfo b/misc/granulate/distinfo index 99b8a62..a6ef492 100644 --- a/misc/granulate/distinfo +++ b/misc/granulate/distinfo @@ -1 +1 @@ -MD5 (granulate-0.1.tar.gz) = e4500c32f3013f8e5bb78f7815e35a79 +MD5 (granulate-0.2.tar.gz) = 5ffb08ab5556486c713fece80bac65e7 diff --git a/misc/granulate/pkg-descr b/misc/granulate/pkg-descr index 87512af..a7f967c 100644 --- a/misc/granulate/pkg-descr +++ b/misc/granulate/pkg-descr @@ -4,3 +4,5 @@ one important way. For split to operate on a 40MB file, you must have more than 40MB of free space on the disk. On the other hand, granulate only needs one chunk of free space on the hard drive, where a chunk is the requested size for the output files. + +WWW: http://exe2bin.com/granulate/ |