diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-26 05:05:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-26 05:05:08 +0800 |
commit | b05efacddfdb81c2fbda2a7313ac6ae01f9d0613 (patch) | |
tree | 9b88da09ffc1cb292d43058028e0ecf1ecc64c33 /print/texinfo | |
parent | 5204b992e1640b7f1856b571a57f647124cdbc99 (diff) | |
download | freebsd-ports-gnome-b05efacddfdb81c2fbda2a7313ac6ae01f9d0613.tar.gz freebsd-ports-gnome-b05efacddfdb81c2fbda2a7313ac6ae01f9d0613.tar.zst freebsd-ports-gnome-b05efacddfdb81c2fbda2a7313ac6ae01f9d0613.zip |
Restrict download texinfo.tex from my LOCAL
Do not download texinfo.tex from GNU directly to avoid checksum error when
usptream updates this unversioned file.
Diffstat (limited to 'print/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index f940ded8dd85..b068e5cc0b21 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -7,8 +7,8 @@ PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= GNU \ - LOCAL/sunpoet/${DIST_SUBDIR} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi + LOCAL/sunpoet/${DIST_SUBDIR}:DEFAULT,local +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex:local texi2dvi DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |