diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-12-04 19:12:10 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-12-04 19:12:10 +0000 |
commit | 9f7ad964d19d4c9a4c6c38a9cc359254e2f87824 (patch) | |
tree | 9898e14553d3f9b36f68bc00641ef4fcd904a15a /audio/cantus_3/files/patch-build.sh | |
parent | Bump PORTEPOCH since PORTVERSION was decreased. (diff) |
Add cantus_3, a sleek GTK2 mp3/ogg/vorbis tagger/renamer.
Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files.
It has many features including mass tagging and renaming of MP3s, the ability to
generate a tag out of the filename, filter definitions for renaming, recursive
actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags,
and a lot more.
WWW: http://www.debain.org/software/cantus/
PR: ports/66799
Submitted by: Sergey Akifyev <asa@gascom.ru>
Notes
Notes:
svn path=/head/; revision=123121
Diffstat (limited to 'audio/cantus_3/files/patch-build.sh')
-rw-r--r-- | audio/cantus_3/files/patch-build.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/cantus_3/files/patch-build.sh b/audio/cantus_3/files/patch-build.sh new file mode 100644 index 000000000000..dbdee9110bde --- /dev/null +++ b/audio/cantus_3/files/patch-build.sh @@ -0,0 +1,15 @@ +--- build.sh.orig Thu Apr 22 04:26:52 2004 ++++ build.sh Tue May 18 14:57:02 2004 +@@ -165,11 +165,7 @@ + INST_LOCALEDIR="$INST_PREFIX/share/locale" + INST_PIXMAPDIR="$INST_PREFIX/lib/$EXECUTABLE" + INST_DOCDIR="$INST_PREFIX/doc/$EXECUTABLE" +-if [ -d "/usr/share/gnome/help/" ]; then +- INST_GNOMEDOCDIR="/usr/share/gnome/help/$EXECUTABLE/C" +-else +- INST_GNOMEDOCDIR="/usr/local/share/gnome/help/$EXECUTABLE/C" +-fi ++INST_GNOMEDOCDIR="$INST_PREFIX/share/gnome/help/$EXECUTABLE/C" + + # Preprocessor macros: + MACROS="PACKAGE_LIB_DIR=$INST_LIBDIR/\ |