1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Tell portscout to ignore x11-fonts/psftools

The upstream HTTP server is configured to redirect to
psftools-1.0.10.tar.gz with a 301 when the requested filename is
similar enough to it.  This leads to portscout finding bogus tarballs
like psftools-{1.0.11,1.0.12,...,1.1.10}.tar.gz which are really
psftools-1.0.10.tar.gz.
This commit is contained in:
Tobias Kortkamp 2018-10-07 06:10:49 +00:00
parent 7e5a114474
commit 24bca4aeb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481430

View File

@ -16,4 +16,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
PORTSCOUT= ignore:1
.include <bsd.port.mk>