pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/easytag easytag: Fix building with -manual



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52c44561f248
branches:  trunk
changeset: 401376:52c44561f248
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Sep 15 22:15:02 2019 +0000

description:
easytag: Fix building with -manual

from js

diffstat:

 audio/easytag/Makefile   |  6 ++++--
 audio/easytag/PLIST      |  4 ++--
 audio/easytag/options.mk |  3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs (51 lines):

diff -r 6eebade16252 -r 52c44561f248 audio/easytag/Makefile
--- a/audio/easytag/Makefile    Sun Sep 15 22:09:42 2019 +0000
+++ b/audio/easytag/Makefile    Sun Sep 15 22:15:02 2019 +0000
@@ -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_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake intltool pkg-config xgettext
 
+PLIST_VARS+=           man
+
 .include "options.mk"
 
 .include "../../audio/id3lib/buildlink3.mk"
diff -r 6eebade16252 -r 52c44561f248 audio/easytag/PLIST
--- a/audio/easytag/PLIST       Sun Sep 15 22:09:42 2019 +0000
+++ b/audio/easytag/PLIST       Sun Sep 15 22:15:02 2019 +0000
@@ -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 -r 6eebade16252 -r 52c44561f248 audio/easytag/options.mk
--- a/audio/easytag/options.mk  Sun Sep 15 22:09:42 2019 +0000
+++ b/audio/easytag/options.mk  Sun Sep 15 22:15:02 2019 +0000
@@ -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+=                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



Home | Main Index | Thread Index | Old Index