[Midnightbsd-cvs] mports [16877] trunk/devel/gnome-js-common: fix man pages

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 7 00:24:19 EDT 2014


Revision: 16877
          http://svnweb.midnightbsd.org/mports/?rev=16877
Author:   laffer1
Date:     2014-09-07 00:24:19 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
fix man pages

Modified Paths:
--------------
    trunk/devel/gnome-js-common/Makefile
    trunk/devel/gnome-js-common/distinfo

Modified: trunk/devel/gnome-js-common/Makefile
===================================================================
--- trunk/devel/gnome-js-common/Makefile	2014-09-07 04:22:50 UTC (rev 16876)
+++ trunk/devel/gnome-js-common/Makefile	2014-09-07 04:24:19 UTC (rev 16877)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnome-js-common
 PORTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -11,18 +12,20 @@
 COMMENT=	GNOME JavaScript common modules and tests
 LICENSE=	gpl3
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_GETTEXT=	yes
 USE_GNOME=	gnomehack intltool
+USES=		pkgconfig gettext gmake tar:bzip2
 
 PORTDOCS=	AUTHORS COPYING INSTALL NEWS README ChangeLog
 
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.mport.options.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|== x|= x|g' \
 		${WRKSRC}/configure
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e 's|$${prefix}/share/doc/gnome_js_common|${DOCSDIR}|' \
 		${WRKSRC}/Makefile.in
 .else

Modified: trunk/devel/gnome-js-common/distinfo
===================================================================
--- trunk/devel/gnome-js-common/distinfo	2014-09-07 04:22:50 UTC (rev 16876)
+++ trunk/devel/gnome-js-common/distinfo	2014-09-07 04:24:19 UTC (rev 16877)
@@ -1,3 +1,2 @@
 SHA256 (gnome2/gnome-js-common-0.1.2.tar.bz2) = 1765be99f3d83cc57e1ec13a2bb963469b8e91b60239eeaab61d66d7744496e6
-RMD160 (gnome2/gnome-js-common-0.1.2.tar.bz2) = 2eab2fd3c3365259549826b5504beafc5b0956c1
 SIZE (gnome2/gnome-js-common-0.1.2.tar.bz2) = 283520



More information about the Midnightbsd-cvs mailing list