diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-08-21 20:32:19 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-08-21 20:32:19 +0000 |
commit | d8db3a49d2fbd70ac868eb29cb414fa84046a22e (patch) | |
tree | d4096b98104c363f25951a699c28218467305652 /misc/asbutton | |
parent | Upgrade to 2.7.38 (beta) (diff) |
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 |