diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-23 21:14:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-23 21:14:38 +0800 |
commit | d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282 (patch) | |
tree | 1a8788dbef15004f9172aea15476e6b4d38e56e5 /x11-fm | |
parent | 955cd44a9ec962c994b3a1231c9229e0e7427b7f (diff) | |
download | freebsd-ports-gnome-d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282.tar.gz freebsd-ports-gnome-d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282.tar.zst freebsd-ports-gnome-d2d01acd2f19dfb9a978a3b8ee0b73a92ad27282.zip |
- Use MASTER_SITE_AFTERSTEP to MASTER_SITES
PR: 19468
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/asfiles/Makefile | 6 | ||||
-rw-r--r-- | x11-fm/asfiles/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-fm/asfiles/Makefile b/x11-fm/asfiles/Makefile index b3c4bc2fc1e8..d5099b70f5a1 100644 --- a/x11-fm/asfiles/Makefile +++ b/x11-fm/asfiles/Makefile @@ -7,9 +7,9 @@ PORTNAME= asfiles PORTVERSION= 1.0 -CATEGORIES= x11-fm windowmaker -MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/apps/ASFiles/ \ - ftp://ftp.uni-trier.de/pub/unix/X11/window-manager/AfterStep/apps/ASFiles/ +CATEGORIES= x11-fm afterstep windowmaker +MASTER_SITES= ${MASTER_SITE_AFTERSTEP} +MASTER_SITE_SUBDIR= apps/ASFiles DISTNAME= ASFiles-${PORTVERSION} MAINTAINER= lukin@okbmei.msk.su diff --git a/x11-fm/asfiles/distinfo b/x11-fm/asfiles/distinfo index e86ca8ad9822..c9091b21b7ff 100644 --- a/x11-fm/asfiles/distinfo +++ b/x11-fm/asfiles/distinfo @@ -1 +1 @@ -MD5 (ASFiles-1.0.tar.gz) = 1e38eb7b37e1e53de7711cd410e66ef8 +MD5 (ASFiles-1.0.tar.gz) = cd385e5bd93a75cb110c7544f86cc303 |