aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2008-05-30 05:57:30 +0800
committermat <mat@FreeBSD.org>2008-05-30 05:57:30 +0800
commitd0dbfdcf1a09ccf508ab57fd5f8f3730b65fd44e (patch)
tree2dae4e5d8c21372ef94ebf46ac538757b27da9d7
parentae32da4f6040e2c9989a4af70c4fbec96087191d (diff)
downloadfreebsd-ports-gnome-d0dbfdcf1a09ccf508ab57fd5f8f3730b65fd44e.tar.gz
freebsd-ports-gnome-d0dbfdcf1a09ccf508ab57fd5f8f3730b65fd44e.tar.zst
freebsd-ports-gnome-d0dbfdcf1a09ccf508ab57fd5f8f3730b65fd44e.zip
s/PORTDOCS/PORTEXAMPLES/
-rw-r--r--databases/php4-rrdtool/Makefile2
-rw-r--r--databases/php4-rrdtool/pkg-plist14
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/php4-rrdtool/Makefile b/databases/php4-rrdtool/Makefile
index bdaab05a2b7b..a8b746497c9e 100644
--- a/databases/php4-rrdtool/Makefile
+++ b/databases/php4-rrdtool/Makefile
@@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${UNIQUENAME}-${PORTVERSION}
USE_PHP= yes
USE_PHPEXT= yes
-.if !defined(NOPORTDOCS)
+.if !defined(NOPORTEXAMPLES)
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
diff --git a/databases/php4-rrdtool/pkg-plist b/databases/php4-rrdtool/pkg-plist
index e4647ab69b32..08fc1c0e6eaf 100644
--- a/databases/php4-rrdtool/pkg-plist
+++ b/databases/php4-rrdtool/pkg-plist
@@ -1,7 +1,7 @@
-%%PORTDOCS%%%%EXAMPLESDIR%%/etc3p16.rrd
-%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_create.php
-%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_graph.php
-%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_last.php
-%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_update.php
-%%PORTDOCS%%%%EXAMPLESDIR%%/test_fetch.php
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc3p16.rrd
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrd_create.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrd_graph.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrd_last.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrd_update.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fetch.php
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%