diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-29 00:58:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-29 00:58:08 +0000 |
commit | 0ac12957785669023a2cd3af58606dd95cfbf864 (patch) | |
tree | 881754285754950666a90e01511d9fb06dd1d343 /astro | |
parent | 2360d926e5672304a19b57b91bee37279efa3db9 (diff) | |
download | ports-0ac12957785669023a2cd3af58606dd95cfbf864.tar.gz ports-0ac12957785669023a2cd3af58606dd95cfbf864.zip |
Portlint.
Notes
Notes:
svn path=/head/; revision=8886
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xtide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 754dd4325412..d95d8ce96ffb 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -3,20 +3,20 @@ # Date created: 30 August 1997 # Whom: Brion Moss <brion@queeg.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/28 20:44:17 fenner Exp $ # DISTNAME= xtide-1.6.2 CATEGORIES= astro MASTER_SITES= http://www.universe.digex.net/~dave/files/ DISTFILES= xtide-1.6.2.tgz harmonics.gz -EXTRACT_ONLY= xtide-1.6.2.tgz MAINTAINER= brion@queeg.com # www.universe.digex.net is broken FETCH_BEFORE_ARGS= -t +EXTRACT_ONLY= xtide-1.6.2.tgz USE_IMAKE= yes NO_WRKSUBDIR= yes MAN1= xtide.1 |