diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-01 01:30:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-01 01:30:39 +0800 |
commit | 7c1f2b86e2774f6728864333fc3862aead20fc1b (patch) | |
tree | 8db38ca80eaf566642166c4dfe677aedebd47652 /audio | |
parent | e841a261ddfeafb9697268180de37e303a1f26b5 (diff) | |
download | freebsd-ports-gnome-7c1f2b86e2774f6728864333fc3862aead20fc1b.tar.gz freebsd-ports-gnome-7c1f2b86e2774f6728864333fc3862aead20fc1b.tar.zst freebsd-ports-gnome-7c1f2b86e2774f6728864333fc3862aead20fc1b.zip |
- Use USES=pkgconfig
- libdata/pkgconfig is already in mtree
- Cosmetic change
- Remove superfluous license information in pkg-descr if LICENSE presents
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libid3tag/Makefile | 8 | ||||
-rw-r--r-- | audio/libid3tag/pkg-descr | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index bdb2baa69d03..b20c7d00bb17 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -12,19 +12,17 @@ COMMENT= ID3 tags library (part of MAD project) LICENSE= GPLv2 -USE_GNOME= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes +USES= pkgconfig post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure post-build: cd ${WRKSRC} && CONFIG_FILES=id3tag.pc CONFIG_HEADERS= ${SH} ./config.status post-install: - ${MKDIR} ${PREFIX}/libdata/pkgconfig - ${INSTALL_DATA} ${WRKSRC}/id3tag.pc ${PREFIX}/libdata/pkgconfig + ${INSTALL_DATA} ${WRKSRC}/id3tag.pc ${PREFIX}/libdata/pkgconfig/ .include <bsd.port.mk> diff --git a/audio/libid3tag/pkg-descr b/audio/libid3tag/pkg-descr index 4e0cf32b3adb..1b7d555e5423 100644 --- a/audio/libid3tag/pkg-descr +++ b/audio/libid3tag/pkg-descr @@ -9,6 +9,4 @@ the so-called MPEG 2.5 format. This is ID3 tag library, which is part of the project. -LICENSE: GPL2 or later - WWW: http://mad.sourceforge.net/ |