diff options
author | ade <ade@FreeBSD.org> | 2003-10-14 03:46:46 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-10-14 03:46:46 +0000 |
commit | d595924b8e9f1e220185efaa396fe50630a60195 (patch) | |
tree | a0e8a3e6a41b5753f807b9c52a94d04f5208336d /devel/libtool15 | |
parent | f00801fbd8b9a1252df36fb47390809e64359aa3 (diff) | |
download | FreeBSD-ports-d595924b8e9f1e220185efaa396fe50630a60195.zip FreeBSD-ports-d595924b8e9f1e220185efaa396fe50630a60195.tar.gz |
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/libtool15')
-rw-r--r-- | devel/libtool15/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile index b6bb082..508c25f 100644 --- a/devel/libtool15/Makefile +++ b/devel/libtool15/Makefile @@ -9,8 +9,10 @@ PORTNAME?= libtool PORTVERSION= 1.5 PORTREVISION?= 0 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 |