diff options
author | asami <asami@FreeBSD.org> | 1996-12-17 12:33:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-17 12:33:56 +0000 |
commit | 2e8eee4edb18244e399b5c29edb114361a3c47b4 (patch) | |
tree | 77e5f76502caebfcb25d074102b684a0de9104d1 /mail/xlbiff/Makefile | |
parent | d5d391fb148ac774fbedc616fbc6c78ecde9e56d (diff) | |
download | FreeBSD-ports-2e8eee4edb18244e399b5c29edb114361a3c47b4.zip FreeBSD-ports-2e8eee4edb18244e399b5c29edb114361a3c47b4.tar.gz |
Add files/md5 entries for files whose checksum should be ignored as well.
Requires rev. 1.239 of bsd.port.mk.
Diffstat (limited to 'mail/xlbiff/Makefile')
-rw-r--r-- | mail/xlbiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xlbiff/Makefile b/mail/xlbiff/Makefile index f9dbabc..46fb032 100644 --- a/mail/xlbiff/Makefile +++ b/mail/xlbiff/Makefile @@ -3,7 +3,7 @@ # Date created: 23-Aug-1995 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.1.1.1 1996/11/03 06:44:20 obrien Exp $ +# $Id: Makefile,v 1.2 1996/11/10 21:32:53 obrien Exp $ DISTNAME= xlbiff-3.0 CATEGORIES= mail x11 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ MAINTAINER= obrien@cs.ucdavis.edu # I can't get the same tarball from any two fetches -- weird. -NO_CHECKSUM= yes +IGNOREFILES= ${DISTFILES} USE_IMAKE= yes .include <bsd.port.mk> |