diff options
author | asami <asami@FreeBSD.org> | 1997-02-14 16:52:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-02-14 16:52:19 +0800 |
commit | cfc864f4976f552911af3a7692d89ad36aee4e5c (patch) | |
tree | 1fe0c1714f25a3b2e9b682c56d3e35fff53c753f /print | |
parent | 06e3af07e8f83de8fc9bbfb0cbdc1ec5e3b5769b (diff) | |
download | freebsd-ports-gnome-cfc864f4976f552911af3a7692d89ad36aee4e5c.tar.gz freebsd-ports-gnome-cfc864f4976f552911af3a7692d89ad36aee4e5c.tar.zst freebsd-ports-gnome-cfc864f4976f552911af3a7692d89ad36aee4e5c.zip |
(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). ;)
Diffstat (limited to 'print')
-rw-r--r-- | print/tex/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index 0571c4469fc8..81a222c3a91f 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -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 |