diff options
author | ale <ale@FreeBSD.org> | 2007-02-12 04:14:36 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-12 04:14:36 +0800 |
commit | ad3acfbbafe6b841734b88d7757fcb292e67e9a0 (patch) | |
tree | 5ebd855828777b2ccd23eeab92bce515389869a6 | |
parent | dd5cc83bfd2293fa3dcffa0154644fcf0063bb4e (diff) | |
download | freebsd-ports-gnome-ad3acfbbafe6b841734b88d7757fcb292e67e9a0.tar.gz freebsd-ports-gnome-ad3acfbbafe6b841734b88d7757fcb292e67e9a0.tar.zst freebsd-ports-gnome-ad3acfbbafe6b841734b88d7757fcb292e67e9a0.zip |
Add documentation to pkg-plist. Bump PORTREVISION.
-rw-r--r-- | devel/pear/Makefile | 1 | ||||
-rw-r--r-- | devel/pear/pkg-plist | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index a88ca2b47094..83afaa2856b7 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -7,6 +7,7 @@ PORTNAME= pear PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ale diff --git a/devel/pear/pkg-plist b/devel/pear/pkg-plist index 8787a0a80c07..e12f2ae67c06 100644 --- a/devel/pear/pkg-plist +++ b/devel/pear/pkg-plist @@ -3,6 +3,29 @@ bin/peardev bin/pecl etc/pear.conf %%DOCSDIR%%/Archive_Tar/docs/Archive_Tar.txt +%%DOCSDIR%%/PEAR/INSTALL +%%DOCSDIR%%/PEAR/README +%%DOCSDIR%%/Structures_Graph/docs/generate.sh +%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/Structures_Graph.html +%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html +%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html +%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Node.html +%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html +%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html +%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Node_php.html +%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_php.html +%%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html +%%DOCSDIR%%/Structures_Graph/docs/html/classtrees_Structures_Graph.html +%%DOCSDIR%%/Structures_Graph/docs/html/elementindex.html +%%DOCSDIR%%/Structures_Graph/docs/html/elementindex_Structures_Graph.html +%%DOCSDIR%%/Structures_Graph/docs/html/errors.html +%%DOCSDIR%%/Structures_Graph/docs/html/index.html +%%DOCSDIR%%/Structures_Graph/docs/html/li_Structures_Graph.html +%%DOCSDIR%%/Structures_Graph/docs/html/media/banner.css +%%DOCSDIR%%/Structures_Graph/docs/html/media/stylesheet.css +%%DOCSDIR%%/Structures_Graph/docs/html/packages.html +%%DOCSDIR%%/Structures_Graph/docs/html/todolist.html +%%DOCSDIR%%/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg @exec mkdir -p %D/share/pear/.channels/.alias @exec mkdir -p %D/share/pear/.registry/.channel.__uri @exec mkdir -p %D/share/pear/.registry/.channel.pecl.php.net @@ -125,6 +148,14 @@ etc/pear.conf %%DATADIR%%/tests/Structures_Graph/tests/testCase/BasicGraph.php @dirrm %%DOCSDIR%%/Archive_Tar/docs @dirrm %%DOCSDIR%%/Archive_Tar +@dirrm %%DOCSDIR%%/PEAR +@dirrm %%DOCSDIR%%/Structures_Graph/docs/html/Structures_Graph +@dirrm %%DOCSDIR%%/Structures_Graph/docs/html/media +@dirrm %%DOCSDIR%%/Structures_Graph/docs/html +@dirrm %%DOCSDIR%%/Structures_Graph/docs/tutorials/Structures_Graph +@dirrm %%DOCSDIR%%/Structures_Graph/docs/tutorials +@dirrm %%DOCSDIR%%/Structures_Graph/docs +@dirrm %%DOCSDIR%%/Structures_Graph @dirrmtry share/doc/pear @unexec rm %D/share/pear/.channels/.alias/pear.txt 2> /dev/null || true @unexec rm %D/share/pear/.channels/.alias/pecl.txt 2> /dev/null || true |