diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-20 17:42:06 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-20 17:42:06 +0000 |
commit | e470f7ab976da1c46e4e93c2282db8488ba410a6 (patch) | |
tree | 55081fce5ec793c522eccc8c91cdd8dba510d1ec /astro/xtide | |
parent | BROKEN: (diff) |
BROKEN:
# make package
>> harmonics.gz doesn't seem to exist on this system.
>> Attempting to fetch from http://www.universe.digex.net/~dave/files/.
Receiving harmonics.gz (358944 bytes): 100%
358944 bytes transfered in 396.0 seconds (906 bytes/s)
>> Checksum OK for xtide-1.6.2.tar.gz.
>> Checksum mismatch for harmonics.gz.
Make sure the Makefile and md5 file (/usr/ports/astro/xtide/files/md5)
are up to date. If you want to override this check, type
"make NO_CHECKSUM=yes [other args]".
*** Error code 1
Stop.
Notes
Notes:
svn path=/head/; revision=12693
Diffstat (limited to 'astro/xtide')
-rw-r--r-- | astro/xtide/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index d5ff84e39368..b91aeb328bfe 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -3,7 +3,7 @@ # Date created: 30 August 1997 # Whom: Brion Moss <brion@queeg.com> # -# $Id: Makefile,v 1.3 1998/01/31 14:40:55 jseger Exp $ +# $Id: Makefile,v 1.4 1998/02/02 01:49:22 asami Exp $ # DISTNAME= xtide-1.6.2 @@ -16,6 +16,8 @@ MAINTAINER= brion@queeg.com # www.universe.digex.net is broken FETCH_BEFORE_ARGS= -t +BROKEN= checksum + EXTRACT_ONLY= xtide-1.6.2.tar.gz USE_IMAKE= yes NO_WRKSUBDIR= yes |