diff options
author | steve <steve@FreeBSD.org> | 2001-04-09 06:17:01 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-04-09 06:17:01 +0800 |
commit | ca348f1b9ba0a49efdcec970235bb3c2849569fd (patch) | |
tree | 402c62897f8e71838155f195a9746339cf8854bb /www/thttpd/Makefile | |
parent | ab4bcd0da90e0a2a0e5c06006583beac82b7cb91 (diff) | |
download | freebsd-ports-graphics-ca348f1b9ba0a49efdcec970235bb3c2849569fd.tar.gz freebsd-ports-graphics-ca348f1b9ba0a49efdcec970235bb3c2849569fd.tar.zst freebsd-ports-graphics-ca348f1b9ba0a49efdcec970235bb3c2849569fd.zip |
Ignore the checksum on notes.html as it changes way too often.
PR: 26428
Submitted by: maintainer
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r-- | www/thttpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index cf36be669e3..f844358c691 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -14,6 +14,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} notes.html MAINTAINER= anders@fix.no +IGNOREFILES= notes.html + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= yes |