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 | |
parent | 23acd318b2912bab24418063ced28fa22af874c0 (diff) | |
download | ports-c5a1a41afc3d904ae13fdad72e8bf3ff6224e1c7.tar.gz ports-c5a1a41afc3d904ae13fdad72e8bf3ff6224e1c7.zip |
Notes
Diffstat (limited to 'misc/granulate')
-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 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 diff --git a/misc/granulate/distinfo b/misc/granulate/distinfo index 99b8a6204115..a6ef492108cc 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 87512afcdc49..a7f967c455d2 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/ |