diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-08 12:08:52 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-08 12:08:52 +0000 |
commit | 0336b9b4ee6b7134d7ce64356aa90d2391f95922 (patch) | |
tree | f0163b92d4496dc6152de9a0ab4af316df27d9ce /astro/sunclock/Makefile | |
parent | 748b359ec02b3b568a17729dad84080bf7c7e24a (diff) | |
download | ports-0336b9b4ee6b7134d7ce64356aa90d2391f95922.tar.gz ports-0336b9b4ee6b7134d7ce64356aa90d2391f95922.zip |
Notes
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 e6021678dc98..c995653c512f 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> |