[27894] trunk/dports/textproc/htmldoc/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 15 12:50:59 PDT 2007


Revision: 27894
          http://trac.macosforge.org/projects/macports/changeset/27894
Author:   nox at macports.org
Date:     2007-08-15 12:50:58 -0700 (Wed, 15 Aug 2007)

Log Message:
-----------
htmldoc:
 * Fixed the mtree violation.
 * Removed obsolete configure.env variables.
 * Changed the homepage.

Modified Paths:
--------------
    trunk/dports/textproc/htmldoc/Portfile

Modified: trunk/dports/textproc/htmldoc/Portfile
===================================================================
--- trunk/dports/textproc/htmldoc/Portfile	2007-08-15 19:48:34 UTC (rev 27893)
+++ trunk/dports/textproc/htmldoc/Portfile	2007-08-15 19:50:58 UTC (rev 27894)
@@ -4,9 +4,9 @@
 name		htmldoc
 version		1.8.27
 categories	textproc
-maintainers	nomaintainer at macports.org
+maintainers	nomaintainer
 description	Converts HTML files to PDF or PostScript
-homepage	http://www.easysw.com/htmldoc/
+homepage	http://www.htmldoc.org/
 platforms	darwin
 
 long_description htmldoc can convert HTML files to PDF or PostScript, \
@@ -30,16 +30,13 @@
 
 depends_lib	port:jpeg port:libpng port:zlib
 
-configure.env	CFLAGS="-I${prefix}/include" \
-		CXXFLAGS="-I${prefix}/include" \
-		CPPFLAGS="-I${prefix}/include" \
-		LDFLAGS="-L${prefix}/lib"
+configure.cxxflags -I${prefix}/include
 
 configure.args	--without-gui --disable-localjpeg --disable-localpng \
 		--disable-localzlib --disable-ssl
 
 destroot.destdir prefix=${destroot}${prefix} exec_prefix=${destroot}${prefix} \
-		 bindir=${destroot}${prefix}/bin
+		 bindir=${destroot}${prefix}/bin mandir=${destroot}${prefix}/share/man
 
 variant ssl conflicts gnutls cdsassl {
 	depends_lib-append	port:openssl

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


More information about the macports-changes mailing list