[Midnightbsd-cvs] mports [17634] trunk/deskutils/gnome-utils: fix man install

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 28 18:28:55 EDT 2014


Revision: 17634
          http://svnweb.midnightbsd.org/mports/?rev=17634
Author:   laffer1
Date:     2014-09-28 18:28:53 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
fix man install

Modified Paths:
--------------
    trunk/deskutils/gnome-utils/Makefile
    trunk/deskutils/gnome-utils/pkg-plist

Modified: trunk/deskutils/gnome-utils/Makefile
===================================================================
--- trunk/deskutils/gnome-utils/Makefile	2014-09-28 22:26:50 UTC (rev 17633)
+++ trunk/deskutils/gnome-utils/Makefile	2014-09-28 22:28:53 UTC (rev 17634)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnome-utils
 PORTVERSION=	2.32.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
@@ -13,27 +13,24 @@
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	gtop-2.0.7:${PORTSDIR}/devel/libgtop \
-		canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+LIB_DEPENDS=	libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
+		libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
 
 CONFLICTS=	baobob-3.[0-9]* gnome-dictionary-3.[0-9]* \
 		gnome-font-viewer-3.[0-9]* gnome-screenshot-3.[0-9]* \
 		gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]*
 
-USE_BZIP2=	yes
-USES=		gettext
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
 INSTALLS_OMF=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack gnomepanel ltverhack
-USE_AUTOTOOLS=	libtool
+USE_GNOME=	gnomeprefix intlhack gnomepanel
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-maintainer-flags=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
-MAN1=		gnome-dictionary.1 gnome-screenshot.1 gnome-search-tool.1 \
-		gnome-system-log.1 baobab.1
 GCONF_SCHEMAS=	gnome-dictionary.schemas gnome-screenshot.schemas \
 		gnome-search-tool.schemas baobab.schemas \
 		gnome-system-log.schemas

Modified: trunk/deskutils/gnome-utils/pkg-plist
===================================================================
--- trunk/deskutils/gnome-utils/pkg-plist	2014-09-28 22:26:50 UTC (rev 17633)
+++ trunk/deskutils/gnome-utils/pkg-plist	2014-09-28 22:28:53 UTC (rev 17634)
@@ -24,6 +24,11 @@
 libdata/bonobo/servers/GNOME_DictionaryApplet.server
 libdata/pkgconfig/gdict-1.0.pc
 libexec/gnome-dictionary-applet
+man/man1/baobab.1.gz
+man/man1/gnome-dictionary.1.gz
+man/man1/gnome-screenshot.1.gz
+man/man1/gnome-search-tool.1.gz
+man/man1/gnome-system-log.1.gz
 share/doc/gdict/GdictClientContext.html
 share/doc/gdict/GdictDatabaseChooser.html
 share/doc/gdict/GdictDefbox.html
@@ -784,7 +789,6 @@
 @dirrm share/doc/gdict
 @dirrm include/gdict-1.0/gdict
 @dirrm include/gdict-1.0
- at dirrmtry share/applications
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
 @dirrmtry share/locale/zh_HK
 @dirrmtry share/locale/xh/LC_MESSAGES



More information about the Midnightbsd-cvs mailing list