diff options
author | jim <jim@FreeBSD.org> | 2001-08-22 04:32:19 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-08-22 04:32:19 +0800 |
commit | 4606e7046b27dd82fd86f7322e4b56409410ea83 (patch) | |
tree | 879e76cbca40e569c99a54af312158173f7295a2 /misc/asbutton | |
parent | ab292c25729c77794159bede04ec76f253ddd850 (diff) | |
download | freebsd-ports-gnome-4606e7046b27dd82fd86f7322e4b56409410ea83.tar.gz freebsd-ports-gnome-4606e7046b27dd82fd86f7322e4b56409410ea83.tar.zst freebsd-ports-gnome-4606e7046b27dd82fd86f7322e4b56409410ea83.zip |
Fix MASTER_SITES. I'm not sure why it was changed to
MASTER_SITES_AFTERSTEP to begin with.
Diffstat (limited to 'misc/asbutton')
-rw-r--r-- | misc/asbutton/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/asbutton/Makefile b/misc/asbutton/Makefile index 7090069a5e79..4dd688d6c30b 100644 --- a/misc/asbutton/Makefile +++ b/misc/asbutton/Makefile @@ -8,8 +8,7 @@ PORTNAME= asbutton PORTVERSION= 0.3 CATEGORIES= misc windowmaker afterstep -MASTER_SITES= ${MASTER_SITE_AFTERSTEP} -MASTER_SITE_SUBDIR= apps/asbutton +MASTER_SITES= http://www.tigr.net/afterstep/download/asbutton/ MAINTAINER= jim@FreeBSD.org |