diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
commit | 9f0966904693a035e2a418cbed90d94f93462baa (patch) | |
tree | cd654f8ec837201669231d015c0e28664fc1ae2a /audio/id3ed | |
parent | 822b8cc13cd996376e6a1080b811056dac93ae9a (diff) | |
download | FreeBSD-ports-9f0966904693a035e2a418cbed90d94f93462baa.zip FreeBSD-ports-9f0966904693a035e2a418cbed90d94f93462baa.tar.gz |
Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
Diffstat (limited to 'audio/id3ed')
-rw-r--r-- | audio/id3ed/Makefile | 7 | ||||
-rw-r--r-- | audio/id3ed/pkg-descr | 7 |
2 files changed, 5 insertions, 9 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index 5d691ab..b283e37 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: id3ed # Version required: 1.8 # Date created: 05 June 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1999/06/11 08:54:58 taoka Exp $ +# $Id: Makefile,v 1.2 1999/06/12 05:56:13 mharo Exp $ # DISTNAME= id3ed-1.8 @@ -12,8 +12,7 @@ MASTER_SITES= http://www.treefort.org/~donut/id3ed/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/editors - -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/audio/id3ed/pkg-descr b/audio/id3ed/pkg-descr index 9ae4e87..717a6e2 100644 --- a/audio/id3ed/pkg-descr +++ b/audio/id3ed/pkg-descr @@ -1,5 +1,2 @@ -A command line tool to edit id3 tags in mp3 files. - - --Chris Piazza -cpiazza@home.net +A command line tool to edit id3 tags in mp3 files interactively or +on the fly. |