[22232] trunk/dports/textproc/xml2rfc/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Feb 22 14:02:21 PST 2007
Revision: 22232
http://trac.macosforge.org/projects/macports/changeset/22232
Author: fenner at macports.org
Date: 2007-02-22 14:02:21 -0800 (Thu, 22 Feb 2007)
Log Message:
-----------
Install the entity files along with the DTD. Bump port revision.
Modified Paths:
--------------
trunk/dports/textproc/xml2rfc/Portfile
Modified: trunk/dports/textproc/xml2rfc/Portfile
===================================================================
--- trunk/dports/textproc/xml2rfc/Portfile 2007-02-22 21:39:58 UTC (rev 22231)
+++ trunk/dports/textproc/xml2rfc/Portfile 2007-02-22 22:02:21 UTC (rev 22232)
@@ -3,6 +3,7 @@
PortSystem 1.0
name xml2rfc
version 1.32
+revision 1
categories textproc
maintainers fenner at research.att.com
description RFC formatting utility using XML source
@@ -29,7 +30,7 @@
xinstall -d ${destroot}${prefix}/share/doc/xml2rfc
foreach file [glob -directory ${worksrcpath} \
"README.*" "draft-mrose-writing-rfcs.*" "rfc2629.*" \
- "sample.*"] {
+ "*.ent" "sample.*"] {
xinstall -m 644 ${file} \
${destroot}${prefix}/share/doc/xml2rfc/
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070222/873c8f5c/attachment.html
More information about the macports-changes
mailing list