diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2011-12-28 01:29:38 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2011-12-28 01:29:38 +0800 |
commit | a63b8642eb22bd2cb937099dbbdd936067af83ab (patch) | |
tree | 6bf4772e505c4c9a68a6782f7793d611edffa355 /audio/id3ed | |
parent | 01a954216d905821865fbb56b9112f471827d86b (diff) | |
download | freebsd-ports-gnome-a63b8642eb22bd2cb937099dbbdd936067af83ab.tar.gz freebsd-ports-gnome-a63b8642eb22bd2cb937099dbbdd936067af83ab.tar.zst freebsd-ports-gnome-a63b8642eb22bd2cb937099dbbdd936067af83ab.zip |
Remove MASTER_SITE_OPENBSD from MASTER_SITES
PR: ports/163588
Approved by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> (maintainer)
Diffstat (limited to 'audio/id3ed')
-rw-r--r-- | audio/id3ed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index c11f954c1b84..cfeac7e521f5 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -8,8 +8,7 @@ PORTNAME= id3ed PORTVERSION= 1.10.4 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_NETBSD} \ - ${MASTER_SITE_OPENBSD} +MASTER_SITES= ${MASTER_SITE_NETBSD} MAINTAINER= turutani@scphys.kyoto-u.ac.jp COMMENT= An id3 tag editor for mp3 files |