diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-10-14 03:46:46 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-10-14 03:46:46 +0000 |
commit | 4d720fb16d99479eae093b79a4b0dda433f59411 (patch) | |
tree | 212198b0108ffa3646e5311aad1db7dc1e1f6dac /devel/libtool14 | |
parent | Point "legacy" autoconf distfile at ${MASTER_SITE_LOCAL} (diff) |
Repoint to known-good copies of libtool distfiles, prior to the FSF
ftp.gnu.org compromise and resultant trashing of lots of files.
Why they haven't gotten things back into a proper state yet is an
entirely different question.
Diffstat (limited to 'devel/libtool14')
-rw-r--r-- | devel/libtool14/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libtool14/Makefile b/devel/libtool14/Makefile index 96a310e49e9a..3ee50c1ed491 100644 --- a/devel/libtool14/Makefile +++ b/devel/libtool14/Makefile @@ -9,8 +9,10 @@ PORTNAME?= libtool PORTVERSION= 1.4.3 PORTREVISION?= 2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libtool +#MASTER_SITES= ${MASTER_SITE_GNU} +#MASTER_SITE_SUBDIR= libtool +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ade/gnu DISTNAME= libtool-${PORTVERSION} MAINTAINER= ade@FreeBSD.org |