diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-21 01:07:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-21 01:07:51 +0800 |
commit | 9a78cda92313750ee63725f3c368c4268a8fec64 (patch) | |
tree | 1c30fff525924e5c2532765cc3664db1e3b0418d /graphics/imlib/Makefile | |
parent | 595af1d4583d7e450158c1640140a0d30b065799 (diff) | |
download | freebsd-ports-gnome-9a78cda92313750ee63725f3c368c4268a8fec64.tar.gz freebsd-ports-gnome-9a78cda92313750ee63725f3c368c4268a8fec64.tar.zst freebsd-ports-gnome-9a78cda92313750ee63725f3c368c4268a8fec64.zip |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Diffstat (limited to 'graphics/imlib/Makefile')
-rw-r--r-- | graphics/imlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 918b9116a8d4..713facbd1d90 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.9.14 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/imlib +MASTER_SITE_SUBDIR= sources/imlib/1.9 DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -24,7 +24,6 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMENG= yes USE_GNOME= gtk12 -USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules \ |