diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 21:52:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 21:52:23 +0000 |
commit | 6986b6046142bd0bee2aa835075deb827412e843 (patch) | |
tree | 2c185615e96f773cc2db007bb0d59dc660637312 /audio/id3tool | |
parent | 61dc7b4adb0fc34ca977362200ef7ab7042b7429 (diff) | |
download | ports-6986b6046142bd0bee2aa835075deb827412e843.tar.gz ports-6986b6046142bd0bee2aa835075deb827412e843.zip |
Notes
Diffstat (limited to 'audio/id3tool')
-rw-r--r-- | audio/id3tool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/id3tool/Makefile b/audio/id3tool/Makefile index c85de8b9e676..eac72bc3e196 100644 --- a/audio/id3tool/Makefile +++ b/audio/id3tool/Makefile @@ -9,9 +9,8 @@ MASTER_SITES= http://nekohako.xware.cx/id3tool/ MAINTAINER= gavin@FreeBSD.org COMMENT= A utility for manipulating mp3 ID3 Tags -NO_STAGE= yes GNU_CONFIGURE= yes -MAN1= id3tool.1 -PLIST_FILES= bin/id3tool + +PLIST_FILES= bin/id3tool man/man1/id3tool.1.gz .include <bsd.port.mk> |