svn commit: r334831 - in head/audio/id3v2: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Nov 25 11:33:27 UTC 2013
Author: sunpoet
Date: Mon Nov 25 11:33:26 2013
New Revision: 334831
URL: http://svnweb.freebsd.org/changeset/ports/334831
Log:
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
Modified:
head/audio/id3v2/Makefile
head/audio/id3v2/files/patch-Makefile (contents, props changed)
Modified: head/audio/id3v2/Makefile
==============================================================================
--- head/audio/id3v2/Makefile Mon Nov 25 11:33:22 2013 (r334830)
+++ head/audio/id3v2/Makefile Mon Nov 25 11:33:26 2013 (r334831)
@@ -9,12 +9,13 @@ MASTER_SITES= SF
MAINTAINER= sunpoet at 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 <bsd.port.mk>
Modified: head/audio/id3v2/files/patch-Makefile
==============================================================================
--- head/audio/id3v2/files/patch-Makefile Mon Nov 25 11:33:22 2013 (r334830)
+++ head/audio/id3v2/files/patch-Makefile Mon Nov 25 11:33:26 2013 (r334831)
@@ -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
More information about the svn-ports-head
mailing list