Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2016 16:45:18 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422684 - head/multimedia/cheese
Message-ID:  <201609231645.u8NGjIQh045097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Sep 23 16:45:18 2016
New Revision: 422684
URL: https://svnweb.freebsd.org/changeset/ports/422684

Log:
  multimedia/cheese: fix packaging
  
  - fix packaging when MANPAGES option is off
  
  PR:		202342
  Reported by:	sub.mesa@gmail.com
  Obtained from:	gnome development repo
  MFH:		2016Q3
  With hat:   gnome

Modified:
  head/multimedia/cheese/Makefile
  head/multimedia/cheese/pkg-plist

Modified: head/multimedia/cheese/Makefile
==============================================================================
--- head/multimedia/cheese/Makefile	Fri Sep 23 16:07:53 2016	(r422683)
+++ head/multimedia/cheese/Makefile	Fri Sep 23 16:45:18 2016	(r422684)
@@ -37,6 +37,7 @@ INSTALL_TARGET=	install-strip
 DOCS=		AUTHORS COPYING ChangeLog NEWS README
 GLIB_SCHEMAS=	org.gnome.Cheese.gschema.xml
 
+OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	MANPAGES
 OPTIONS_DEFAULT=MANPAGES
 

Modified: head/multimedia/cheese/pkg-plist
==============================================================================
--- head/multimedia/cheese/pkg-plist	Fri Sep 23 16:07:53 2016	(r422683)
+++ head/multimedia/cheese/pkg-plist	Fri Sep 23 16:45:18 2016	(r422684)
@@ -19,7 +19,7 @@ lib/libcheese.so.8.0.3
 libdata/pkgconfig/cheese-gtk.pc
 libdata/pkgconfig/cheese.pc
 libexec/gnome-camera-service
-man/man1/cheese.1.gz
+%%MANPAGES%%man/man1/cheese.1.gz
 share/appdata/org.gnome.Cheese.appdata.xml
 share/applications/org.gnome.Cheese.desktop
 share/dbus-1/services/org.gnome.Camera.service



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609231645.u8NGjIQh045097>