[31363] trunk/dports/textproc/pdftohtml/Portfile
simon at macports.org
simon at macports.org
Wed Nov 21 06:09:29 PST 2007
Revision: 31363
http://trac.macosforge.org/projects/macports/changeset/31363
Author: simon at macports.org
Date: 2007-11-21 06:09:27 -0800 (Wed, 21 Nov 2007)
Log Message:
-----------
textproc/pdftohtml: Whitespace and structure change to follow conventions. No code change.
Modified Paths:
--------------
trunk/dports/textproc/pdftohtml/Portfile
Modified: trunk/dports/textproc/pdftohtml/Portfile
===================================================================
--- trunk/dports/textproc/pdftohtml/Portfile 2007-11-21 11:16:38 UTC (rev 31362)
+++ trunk/dports/textproc/pdftohtml/Portfile 2007-11-21 14:09:27 UTC (rev 31363)
@@ -1,19 +1,26 @@
# $Id$
-PortSystem 1.0
-name pdftohtml
-version 0.36
-categories textproc
-description pdf to html converter based on xpdf.
-long_description ${description}
-homepage http://pdftohtml.sourceforge.net/
-platforms darwin
-maintainers nomaintainer
-master_sites sourceforge
-checksums md5 75ad095bb51e1f66c9f7691e6af12f44
-configure {}
+PortSystem 1.0
+
+name pdftohtml
+version 0.36
+categories textproc
+platforms darwin
+maintainers nomaintainer
+description pdf to html converter based on xpdf.
+long_description ${description}
+
+homepage http://pdftohtml.sourceforge.net/
+master_sites sourceforge
+checksums md5 75ad095bb51e1f66c9f7691e6af12f44
+
+use_configure no
+
build.args
-destroot { xinstall -m 755 ${worksrcpath}/${name} ${destroot}/${prefix}/bin/
- xinstall -m 755 -d ${destroot}/${prefix}/share/${name}
- xinstall -m 644 ${worksrcpath}/pdf2xml.dtd \
- ${destroot}/${prefix}/share/${name}/ }
+
+destroot {
+ xinstall -m 755 ${worksrcpath}/${name} ${destroot}/${prefix}/bin/
+ xinstall -m 755 -d ${destroot}/${prefix}/share/${name}
+ xinstall -m 644 ${worksrcpath}/pdf2xml.dtd \
+ ${destroot}/${prefix}/share/${name}/
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071121/f953e9f1/attachment.html
More information about the macports-changes
mailing list