diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-07-08 12:08:52 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-07-08 12:08:52 +0000 |
commit | f5c8d3ceb7d9a7369f1f2b792dcb4e899fcd3b6d (patch) | |
tree | bbc1d63b93fd25611b9eaee7fc3746393bfa7b8a /astro/sunclock/Makefile | |
parent | 843df4743a9df0d289db6e6c81154b5ead40262c (diff) | |
download | FreeBSD-ports-f5c8d3ceb7d9a7369f1f2b792dcb4e899fcd3b6d.zip FreeBSD-ports-f5c8d3ceb7d9a7369f1f2b792dcb4e899fcd3b6d.tar.gz |
This allows us to retrieve the files...working compile yet to come
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index e602167..c995653 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -3,19 +3,17 @@ # Date created: 15 September 1996 # Whom: torstenb # -# $Id: Makefile,v 1.4 1996/11/18 09:50:48 asami Exp $ +# $Id: Makefile,v 1.5 1997/05/29 01:49:59 fenner Exp $ # -DISTNAME= sunclock1.3 -PKGNAME= sunclock-1.3 +DISTNAME= sunclock-1.4 +PKGNAME= sunclock-1.4 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -EXTRACT_SUFX= .tar.Z MAINTAINER= torstenb@FreeBSD.org USE_IMAKE= YES -NO_WRKSUBDIR= YES .include <bsd.port.mk> |