mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
(1) Use IGNOREFILES correctly. The dist/patchfiles should either be
on this list (which will set their files/md5 entry to "IGNORE") or have a correct checksum. There were two files missing from this list and their checksum entries were not updated (they included version numbers). (2) Don't set NO_CHECKSUM in a port to get around bug (1). ;)
This commit is contained in:
parent
fd7d46ac48
commit
eaed37dd49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5602
@ -3,7 +3,7 @@
|
||||
# Date created: 29 September 1994
|
||||
# Whom: jmz
|
||||
#
|
||||
# $Id: Makefile,v 1.25 1996/12/17 12:33:46 asami Exp $
|
||||
# $Id: Makefile,v 1.26 1997/02/10 01:57:38 jmz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= web2c-7.0
|
||||
@ -14,7 +14,7 @@ DISTFILES= web2c-7.0.tar.gz web-7.0.tar.gz tex_base.tar.gz cm_tfm.tar.gz \
|
||||
|
||||
MAINTAINER= jmz@FreeBSD.org
|
||||
|
||||
IGNOREFILES= tex_base.tar.gz cm_tfm.tar.gz mf_lib.tar.gz cm_mf.tar.gz
|
||||
IGNOREFILES= ${DISTFILES}
|
||||
EXTRACT_ONLY= web2c-7.0.tar.gz web-7.0.tar.gz tex_base.tar.gz cm_tfm.tar.gz \
|
||||
mf_lib.tar.gz cm_mf.tar.gz
|
||||
#MAN1= bibtex.1 dvitype.1 gftodvi.1 gftopk.1 gftype.1 \
|
||||
@ -27,8 +27,6 @@ USE_GMAKE= yes
|
||||
|
||||
MAKE_FLAGS= fmts= all_mems= -f
|
||||
|
||||
NO_CHECKSUM= yes
|
||||
|
||||
#other equivalent sites: ftp.shsu.edu ftp.dante.de
|
||||
CTAN?= ftp.tex.ac.uk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user