summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-09-15 22:15:02 +0000
committermaya <maya@pkgsrc.org>2019-09-15 22:15:02 +0000
commit9c93ce36b377c6f8fba8fd9d42a0d3a9c9761f70 (patch)
tree5dce005fcd19d5d7f34c28bf8a87c3c556369ca0 /audio
parentf4b4588f5b1afb73656ef8296496b6aecde39c64 (diff)
downloadpkgsrc-9c93ce36b377c6f8fba8fd9d42a0d3a9c9761f70.tar.gz
easytag: Fix building with -manual
from js
Diffstat (limited to 'audio')
-rw-r--r--audio/easytag/Makefile6
-rw-r--r--audio/easytag/PLIST4
-rw-r--r--audio/easytag/options.mk3
3 files changed, 8 insertions, 5 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index f6d3a04cb8b..fb16c15cc46 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.110 2019/07/21 22:24:24 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2019/09/15 22:15:02 maya Exp $
DISTNAME= easytag-2.4.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.4/}
EXTRACT_SUFX= .tar.xz
@@ -18,6 +18,8 @@ USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool pkg-config xgettext
+PLIST_VARS+= man
+
.include "options.mk"
.include "../../audio/id3lib/buildlink3.mk"
diff --git a/audio/easytag/PLIST b/audio/easytag/PLIST
index 9492ae491bd..c235c9e018a 100644
--- a/audio/easytag/PLIST
+++ b/audio/easytag/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.24 2019/06/21 06:25:58 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.25 2019/09/15 22:15:02 maya Exp $
bin/easytag
-man/man1/easytag.1
+${PLIST.man}man/man1/easytag.1
share/appdata/easytag.appdata.xml
share/applications/easytag.desktop
share/glib-2.0/schemas/org.gnome.EasyTAG.enums.xml
diff --git a/audio/easytag/options.mk b/audio/easytag/options.mk
index cf4483fba9e..69cd5f7a362 100644
--- a/audio/easytag/options.mk
+++ b/audio/easytag/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2019/06/21 06:25:58 triaxx Exp $
+# $NetBSD: options.mk,v 1.10 2019/09/15 22:15:02 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.easytag
PKG_SUPPORTED_OPTIONS= doc flac manual ogg opus speex wavpack
@@ -23,6 +23,7 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
CONFIGURE_ARGS+= --with-xml-catalog=${PKG_SYSCONFDIR}/xml/catalog
CONFIGURE_ARGS+= --enable-man
+PLIST.man= yes
.else
CONFIGURE_ARGS+= --disable-man
.endif