From c49b37dcb00778d5f82975fa70d97fd79090c341 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:26 +0000 Subject: [PATCH] - Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR --- audio/id3v2/Makefile | 9 +++++---- audio/id3v2/files/patch-Makefile | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index 7b616f300f69..dd470517de41 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -9,12 +9,13 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line id3v2 tag editor -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib +LICENSE= LGPL21 + +LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes -MAN1= id3v2.1 -PLIST_FILES= bin/id3v2 +PLIST_FILES= bin/id3v2 \ + man/man1/id3v2.1.gz .include diff --git a/audio/id3v2/files/patch-Makefile b/audio/id3v2/files/patch-Makefile index 9ca11b92c911..28130bda2f46 100644 --- a/audio/id3v2/files/patch-Makefile +++ b/audio/id3v2/files/patch-Makefile @@ -25,8 +25,8 @@ - install -c -s id3v2 ${PREFIX}/bin/id3v2 - nroff -man id3v2.1 > ${PREFIX}/share/man/man1/id3v2.1 +install: -+ ${BSD_INSTALL_PROGRAM} id3v2 ${PREFIX}/bin -+ ${BSD_INSTALL_MAN} id3v2.1 ${PREFIX}/man/man1 ++ ${BSD_INSTALL_PROGRAM} id3v2 ${DESTDIR}${PREFIX}/bin ++ ${BSD_INSTALL_MAN} id3v2.1 ${DESTDIR}${PREFIX}/man/man1 clean: rm -f id3v2 create_map core *.o