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/sunclock/Makefile | |
parent | Switch to new distribution scheme (diff) |
Fix EXTRACT_SUFX to match reality.
Found by: distfile checker
Notes
Notes:
svn path=/head/; revision=6606
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |