diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-04-17 13:28:58 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-04-17 13:28:58 +0000 |
commit | 435abed98739945e003441c5a1d3de8345ddc9e4 (patch) | |
tree | d069c6882afcafefd71eee2ac8d0c1efe3cf66e2 /audio/mikmod | |
parent | Add proper PERL_VER support. (diff) |
Move MASTER_SITES to MASTER_SITE_LOCAL since original sites are lost.
Requested by: maintainer at [ports-jp 10962]
Approved by: kiri
Notes
Notes:
svn path=/head/; revision=41560
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 165a76569e17..9023ef09e015 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -8,8 +8,8 @@ PORTNAME= mikmod PORTVERSION= 3.1.6 CATEGORIES= audio -MASTER_SITES= http://www.multimania.com/miodrag/mikmod/mikmod/ \ - http://mikmod.darkorb.net/mikmod/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sada MAINTAINER= yoshiaki@kt.rim.or.jp |