diff options
author | sada <sada@FreeBSD.org> | 2001-04-25 07:08:03 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-04-25 07:08:03 +0800 |
commit | 3ef5b7505a73de13a3d6c72a26249e18a6546fd6 (patch) | |
tree | 40e23961c78148ced789b6f5acf5b82d138501ff /audio | |
parent | 26621784c64614a255cf03c340815775f1db5149 (diff) | |
download | freebsd-ports-gnome-3ef5b7505a73de13a3d6c72a26249e18a6546fd6.tar.gz freebsd-ports-gnome-3ef5b7505a73de13a3d6c72a26249e18a6546fd6.tar.zst freebsd-ports-gnome-3ef5b7505a73de13a3d6c72a26249e18a6546fd6.zip |
Looks MASTER_SITE_LOCAL is not needed any more.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mikmod/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 6ea32bef3f85..2b5811fb3b17 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -8,9 +8,7 @@ PORTNAME= mikmod PORTVERSION= 3.1.6 CATEGORIES= audio -MASTER_SITES= http://mikmod.online.fr/mikmod/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sada +MASTER_SITES= http://mikmod.online.fr/mikmod/ MAINTAINER= yoshiaki@kt.rim.or.jp |