diff options
author | ade <ade@FreeBSD.org> | 2000-01-08 17:26:08 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-01-08 17:26:08 +0000 |
commit | a84131ab6f5086b7bd89e8dfbeb8442817c4d34d (patch) | |
tree | 30bc6fba74275d27d47e9b93167a2001b45950bd /audio/Makefile | |
parent | e9135cfb35a553872e7f2a8aa1f9c11a31373551 (diff) | |
download | FreeBSD-ports-a84131ab6f5086b7bd89e8dfbeb8442817c4d34d.zip FreeBSD-ports-a84131ab6f5086b7bd89e8dfbeb8442817c4d34d.tar.gz |
A program to rename mp3 files based on their id3tag.
PR: 15982
Submitted by: Sander Janssen <janssen@rendo.dekooi.nl>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f93f51c..cc5dcd4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -44,6 +44,7 @@ SUBDIR += mp3blaster SUBDIR += mp3encode SUBDIR += mp3info + SUBDIR += mp3rename SUBDIR += mpegaudio SUBDIR += mpg123 SUBDIR += mpg123.el |