diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-14 19:47:56 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-14 19:47:56 +0800 |
commit | b02367932f52e743b6dcc70ac10d5f391c782f25 (patch) | |
tree | f59d5c4ed673bbef8e9e9d0f6c4961a91bcb0823 /x11-wm/libepplet | |
parent | ee30e52f85853f43ec0ca1d07106f6344e05e505 (diff) | |
download | freebsd-ports-gnome-b02367932f52e743b6dcc70ac10d5f391c782f25.tar.gz freebsd-ports-gnome-b02367932f52e743b6dcc70ac10d5f391c782f25.tar.zst freebsd-ports-gnome-b02367932f52e743b6dcc70ac10d5f391c782f25.zip |
Fix MASTER_SITES
PR: 26559
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'x11-wm/libepplet')
-rw-r--r-- | x11-wm/libepplet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile index bc430a18476e..396d234bf6a3 100644 --- a/x11-wm/libepplet/Makefile +++ b/x11-wm/libepplet/Makefile @@ -8,7 +8,7 @@ PORTNAME= libepplet PORTVERSION= 0.5 CATEGORIES= x11-wm devel -MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/ \ +MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/epplets/ \ ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/ DISTNAME= epplet-base-${PORTVERSION} |