svn commit: r422689 - branches/2016Q3/multimedia/cheese

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Sep 23 18:22:52 UTC 2016


Author: rm
Date: Fri Sep 23 18:22:51 2016
New Revision: 422689
URL: https://svnweb.freebsd.org/changeset/ports/422689

Log:
  MFH: r422684
  
  multimedia/cheese: fix packaging
  
  - fix packaging when MANPAGES option is off
  
  PR:		202342
  Reported by:	sub.mesa at gmail.com
  Obtained from:	gnome development repo
  With hat:   gnome
  
  Approved by:    ports-secteam (feld)

Modified:
  branches/2016Q3/multimedia/cheese/Makefile
  branches/2016Q3/multimedia/cheese/pkg-plist
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/multimedia/cheese/Makefile
==============================================================================
--- branches/2016Q3/multimedia/cheese/Makefile	Fri Sep 23 18:20:11 2016	(r422688)
+++ branches/2016Q3/multimedia/cheese/Makefile	Fri Sep 23 18:22:51 2016	(r422689)
@@ -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: branches/2016Q3/multimedia/cheese/pkg-plist
==============================================================================
--- branches/2016Q3/multimedia/cheese/pkg-plist	Fri Sep 23 18:20:11 2016	(r422688)
+++ branches/2016Q3/multimedia/cheese/pkg-plist	Fri Sep 23 18:22:51 2016	(r422689)
@@ -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


More information about the svn-ports-all mailing list