public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
added images to installed directories - I don't know why they were not on 
the list to start with


git-svn-id: http://svn.macports.org/repository/macports/trunk@5844 
d073be05-634f-4543-b044-5fe20cf6d1d6
Michael Maibaum (author)
Thu Mar 18 01:41:29 -0800 2004
commit  a5e26c1660a598c6f5830919c5066366307d5f7d
tree    78e209d682ba5c01ff9799570f1abc48d26378c0
parent  030b2fce030d1992a840afd74b84367b9993ea9a
...
1
 
2
3
4
5
6
 
 
7
8
9
10
11
12
13
 
 
14
15
16
17
 
18
19
20
...
 
1
2
3
4
5
 
6
7
8
9
10
11
12
 
 
13
14
15
16
17
 
18
19
20
21
0
@@ -1,20 +1,21 @@
0
-# $Id: Portfile,v 1.11 2003/10/13 09:06:01 michaelm Exp $
0
+# $Id: Portfile,v 1.12 2004/03/18 09:41:29 michaelm Exp $
0
 
0
 PortSystem 1.0
0
 
0
 name     docbook-xsl
0
-version 1.62.4
0
+version 1.62.4
0
+revision 1
0
 categories  textproc
0
 description  the docbook xsl stylesheets
0
 platforms  darwin
0
 maintainers michaelm@opendarwin.org
0
 master_sites  sourceforge:docbook
0
-homepage http://docbook.sf.net/
0
-checksums md5 4f33db39db7fa95b50143ad609d734a0
0
+homepage http://docbook.sf.net/
0
+checksums md5 4f33db39db7fa95b50143ad609d734a0
0
 use_configure   no
0
 build    {}
0
 
0
-set dirs_to_install "common fo extensions html htmlhelp javahelp lib manpages params template xhtml"
0
+set dirs_to_install "common fo extensions html htmlhelp javahelp lib manpages params template xhtml images"
0
 set instdir      "share/xsl/${name}"
0
 
0
 destroot  {

Comments

    No one has commented yet.