diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-11 20:14:36 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-11 20:14:36 +0000 |
commit | 0a2ef87045c77bdc9fea20458ad9dade36483260 (patch) | |
tree | 7c8528c1c3f9f0db9757d610f2179d35d8193160 /devel/pear | |
parent | 9d8341b81a059c09eac2cb6ae0f16dc3c29e1ae0 (diff) | |
download | ports-0a2ef87045c77bdc9fea20458ad9dade36483260.tar.gz ports-0a2ef87045c77bdc9fea20458ad9dade36483260.zip |
Notes
Diffstat (limited to 'devel/pear')
-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 |