diff options
author | jseger <jseger@FreeBSD.org> | 1998-08-21 01:45:23 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-08-21 01:45:23 +0800 |
commit | 9e42d3971cee5fd66347168e68d42aff7da35ebf (patch) | |
tree | 0e682b0dd6cc8380147ea54f5cdc3302eb4a959e /comms/qpage | |
parent | 789819c23b24ff4b8b9bfec98e4c91b09db632ea (diff) | |
download | freebsd-ports-gnome-9e42d3971cee5fd66347168e68d42aff7da35ebf.tar.gz freebsd-ports-gnome-9e42d3971cee5fd66347168e68d42aff7da35ebf.tar.zst freebsd-ports-gnome-9e42d3971cee5fd66347168e68d42aff7da35ebf.zip |
BROKEN:
# make package
>> qpage-3.2.tar.Z doesn't seem to exist on this system.
>> Attempting to fetch from http://www.qpage.org/download/.
Receiving qpage-3.2.tar.Z (149352 bytes): 100%
149357 bytes transfered in 24.5 seconds (5.95 Kbytes/s)
>> Checksum mismatch for qpage-3.2.tar.Z.
Make sure the Makefile and md5 file (/usr/ports/BROKEN/comms/qpage/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 'comms/qpage')
-rw-r--r-- | comms/qpage/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 69404d2590dd..614fa944f7dd 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -3,7 +3,7 @@ # Date created: 02 Aug 1997 # Whom: joes@seaport.net # -# $Id: Makefile,v 1.2 1998/06/03 06:13:48 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/06/04 03:54:35 vanilla Exp $ # DISTNAME= qpage-3.2 @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= joes@seaport.net +BROKEN= checksum + MAN1= qpage.1 post-install: |