diff options
author | jseger <jseger@FreeBSD.org> | 1998-08-21 01:42:06 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-08-21 01:42:06 +0800 |
commit | 789819c23b24ff4b8b9bfec98e4c91b09db632ea (patch) | |
tree | 18254240c6698c8b64633dcbf490db3971fc7fe4 /astro | |
parent | 3ad14a3f8bb096dcbf6a1f135fe844f95e4d3bb1 (diff) | |
download | freebsd-ports-gnome-789819c23b24ff4b8b9bfec98e4c91b09db632ea.tar.gz freebsd-ports-gnome-789819c23b24ff4b8b9bfec98e4c91b09db632ea.tar.zst freebsd-ports-gnome-789819c23b24ff4b8b9bfec98e4c91b09db632ea.zip |
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.
Diffstat (limited to 'astro')
-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 |