diff options
author | sada <sada@FreeBSD.org> | 2001-04-24 23:08:03 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-04-24 23:08:03 +0000 |
commit | 3ef5b7505a73de13a3d6c72a26249e18a6546fd6 (patch) | |
tree | 40e23961c78148ced789b6f5acf5b82d138501ff /audio/mikmod | |
parent | 26621784c64614a255cf03c340815775f1db5149 (diff) | |
download | FreeBSD-ports-3ef5b7505a73de13a3d6c72a26249e18a6546fd6.zip FreeBSD-ports-3ef5b7505a73de13a3d6c72a26249e18a6546fd6.tar.gz |
Looks MASTER_SITE_LOCAL is not needed any more.
Diffstat (limited to 'audio/mikmod')
-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 6ea32be..2b5811f 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 |