diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:13:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:13:57 +0000 |
commit | 267a3090048c7012d19cec76f77889d40febe4f0 (patch) | |
tree | 4825081786133f59627817ce4c4a4995da85730d | |
parent | Remove excessive colon (diff) |
Use new LIB_DEPENDS
Remove trailing article from comment
Remove useless MAKE_JOB_SAFE
Drop maintainership
-rw-r--r-- | audio/tagutil/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/tagutil/Makefile b/audio/tagutil/Makefile index 4d25d90147ab..5582bc285ef3 100644 --- a/audio/tagutil/Makefile +++ b/audio/tagutil/Makefile @@ -6,13 +6,12 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://files.kaworu.ch/ -MAINTAINER= bapt@FreeBSD.org -COMMENT= A tool to manage tags in music files +MAINTAINER= ports@FreeBSD.org +COMMENT= Tool to manage tags in music files -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib USES= pkgconfig -MAKE_JOBS_SAFE= yes MAKE_ENV= DESTDIR="${PREFIX}" MAN1= tagutil.1 |