diff options
author | sada <sada@FreeBSD.org> | 2001-04-18 02:09:23 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-04-18 02:09:23 +0800 |
commit | e41663f464f5bb4c8c0d3a4243f98658a68345eb (patch) | |
tree | 54e7742f3fab76a7d5af3cfe3569fb5cb5707af3 /audio | |
parent | 1b61dec5004c2294f60509258acb17ebbf2c3437 (diff) | |
download | freebsd-ports-gnome-e41663f464f5bb4c8c0d3a4243f98658a68345eb.tar.gz freebsd-ports-gnome-e41663f464f5bb4c8c0d3a4243f98658a68345eb.tar.zst freebsd-ports-gnome-e41663f464f5bb4c8c0d3a4243f98658a68345eb.zip |
Move MASTER_SITES to MASTER_SITE_LOCAL since original distfile looks
disappeared and MASTER_SITE_SUNSITE are not in good condition.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmikmod/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 8edd244611e4..3ad94818c2ef 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -8,9 +8,8 @@ PORTNAME= libmikmod PORTVERSION= 3.1.9 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.mikmod.darkorb.net/libmikmod/ -MASTER_SITE_SUBDIR= apps/sound/libs +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sada MAINTAINER= ports@FreeBSD.org |