[27763] trunk/dports/gnome/gnome-doc-utils/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 13 17:48:21 PDT 2007


Revision: 27763
          http://trac.macosforge.org/projects/macports/changeset/27763
Author:   rhwood at macports.org
Date:     2007-08-13 17:48:20 -0700 (Mon, 13 Aug 2007)

Log Message:
-----------
Add configure directive to put man pages in non-default location

Modified Paths:
--------------
    trunk/dports/gnome/gnome-doc-utils/Portfile

Modified: trunk/dports/gnome/gnome-doc-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-doc-utils/Portfile	2007-08-14 00:21:15 UTC (rev 27762)
+++ trunk/dports/gnome/gnome-doc-utils/Portfile	2007-08-14 00:48:20 UTC (rev 27763)
@@ -2,6 +2,7 @@
 PortSystem 1.0
 name		gnome-doc-utils
 version		0.10.3
+revision	1
 description	GNOME document utils.
 long_description \
 	gnome-doc-utils is a collection of documentation utilities \
@@ -23,13 +24,15 @@
 
 depends_lib	\
 	port:libxslt \
-	port:py-libxml2 \
+	port:py25-libxml2 \
 	port:fribidi
 depends_run	\
 	port:scrollkeeper \
 	port:iso-codes
 
-configure.args	--disable-scrollkeeper
+configure.env	PYTHON=${prefix}/bin/python2.5
+configure.args	--disable-scrollkeeper \
+		--mandir=${prefix}/share/man
 
 post-patch	{ 
 	reinplace "s| -W compat||g" ${worksrcpath}/doc/xslt/Makefile.in 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070813/56f50e17/attachment.html


More information about the macports-changes mailing list