diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-04-24 23:08:03 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-04-24 23:08:03 +0000 |
commit | cc5e81a1379d353f79d1fb119a1f9b6277aaf0ea (patch) | |
tree | 3c53f38cbb59296375df199ad03c03ea630a39d7 /audio | |
parent | Add a missing file to PLIST. Be more graceful when removing files. (diff) |
Looks MASTER_SITE_LOCAL is not needed any more.
Notes
Notes:
svn path=/head/; revision=41881
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 |