diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-22 04:34:38 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-22 04:34:38 +0000 |
commit | 0bb9d49f8761b6bea88b3e752d24d4e22a4e50c7 (patch) | |
tree | 37ca4f22b2e95a6c0342bea7df9c57e593d7825b /audio/mp3info | |
parent | Active gma. (diff) |
add mastersite
PR: 12331
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=19618
Diffstat (limited to 'audio/mp3info')
-rw-r--r-- | audio/mp3info/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index 38e680dcfe8a..d672210bfba5 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -3,12 +3,14 @@ # Date created: 19 June 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/06/24 15:34:36 mph Exp $ +# $Id: Makefile,v 1.2 1999/04/06 22:42:01 jseger Exp $ # DISTNAME= mp3info-0.2.16 CATEGORIES= audio -MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/ +MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/audio/editors MAINTAINER= andy@icc.surw.chel.su |