diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-05-29 01:50:03 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-05-29 01:50:03 +0000 |
commit | 361639a883f0784329b0b41eb2430e12023979ca (patch) | |
tree | 433b3388acc56abe05079763e10785763c27252a /astro | |
parent | fa0b755ef84111cbfd21218f48242535c19c869f (diff) | |
download | ports-361639a883f0784329b0b41eb2430e12023979ca.tar.gz ports-361639a883f0784329b0b41eb2430e12023979ca.zip |
Fix EXTRACT_SUFX to match reality.
Found by: distfile checker
Notes
Notes:
svn path=/head/; revision=6606
Diffstat (limited to 'astro')
-rw-r--r-- | astro/sunclock/Makefile | 3 | ||||
-rw-r--r-- | astro/sunclock/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index a169e8c2c3c2..e6021678dc98 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -3,7 +3,7 @@ # Date created: 15 September 1996 # Whom: torstenb # -# $Id: Makefile,v 1.3 1996/11/15 22:34:59 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/18 09:50:48 asami Exp $ # DISTNAME= sunclock1.3 @@ -11,6 +11,7 @@ PKGNAME= sunclock-1.3 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications +EXTRACT_SUFX= .tar.Z MAINTAINER= torstenb@FreeBSD.org diff --git a/astro/sunclock/distinfo b/astro/sunclock/distinfo index d6aafe3ca846..f8f223596547 100644 --- a/astro/sunclock/distinfo +++ b/astro/sunclock/distinfo @@ -1 +1 @@ -MD5 (sunclock1.3.tar.gz) = 73821cc5e47282dbe19d8ab4a5756529 +MD5 (sunclock1.3.tar.Z) = e57a1e8ff626104c0d0c8f1becd3e0c6 |