diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-10 20:49:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-10 20:49:15 +0800 |
commit | a959e6089e2017f4d606d859a44195ba0f805a8c (patch) | |
tree | 4d4ce0a8f08b88451e2007fca57857c86eb075d2 /print | |
parent | fdf3cf45e4ced95c64e1f77a8e457eb3a3fefea2 (diff) | |
download | freebsd-ports-gnome-a959e6089e2017f4d606d859a44195ba0f805a8c.tar.gz freebsd-ports-gnome-a959e6089e2017f4d606d859a44195ba0f805a8c.tar.zst freebsd-ports-gnome-a959e6089e2017f4d606d859a44195ba0f805a8c.zip |
Swap MASTER_SITES, texinfo.tex has been rerolled (it is unversionned) on
the first master site
Reported by: pkg-fallout
With hat: portmgr
Diffstat (limited to 'print')
-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 25bdf37a7435..8a8b7f3db8b3 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -4,8 +4,8 @@ PORTNAME= texinfo PORTVERSION= 5.2.20140427 CATEGORIES= print -MASTER_SITES= GNU \ - ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ +MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ + GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |