diff options
author | andreas <andreas@FreeBSD.org> | 1997-05-20 02:00:39 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-05-20 02:00:39 +0800 |
commit | 1a4a49c4bf1cb8e870661c53cb9eddc4637a4111 (patch) | |
tree | 75dac1faf65c5d1c9f0b31ef3e5f15501c6b3813 /sysutils | |
parent | 44efdd645d8ecdab21487bfc47dc519041a934d9 (diff) | |
download | freebsd-ports-gnome-1a4a49c4bf1cb8e870661c53cb9eddc4637a4111.tar.gz freebsd-ports-gnome-1a4a49c4bf1cb8e870661c53cb9eddc4637a4111.tar.zst freebsd-ports-gnome-1a4a49c4bf1cb8e870661c53cb9eddc4637a4111.zip |
important fix for sparse file handling from the author of star
PR:
approved by: Satoshi
Submitted by:
Obtained from:
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/star/Makefile | 5 | ||||
-rw-r--r-- | sysutils/star/distinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/star/Makefile b/sysutils/star/Makefile index 469a7a392f67..be3d3e77dbca 100644 --- a/sysutils/star/Makefile +++ b/sysutils/star/Makefile @@ -3,13 +3,16 @@ # Date created: Thu May 1 20:28:44 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1997/05/03 10:16:32 andreas Exp $ +# $Id: Makefile,v 1.2 1997/05/07 02:03:58 asami Exp $ # DISTNAME= star-1.0 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= star-1.0.patch-1 star-1.0.patch-2 + MAINTAINER= andreas@FreeBSD.org USE_GMAKE= yes diff --git a/sysutils/star/distinfo b/sysutils/star/distinfo index 18d87c78f195..f2644295944d 100644 --- a/sysutils/star/distinfo +++ b/sysutils/star/distinfo @@ -1 +1,3 @@ MD5 (star-1.0.tar.gz) = f1e9eeb725ca9ba336ef91e110912864 +MD5 (star-1.0.patch-1) = 6f84f46da34846450ad73fa80824f849 +MD5 (star-1.0.patch-2) = 0adc2e6412469015d8398c7379765c77 |