aboutsummaryrefslogtreecommitdiff
path: root/databases/php4-rrdtool
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2008-05-29 21:57:30 +0000
committerMathieu Arnold <mat@FreeBSD.org>2008-05-29 21:57:30 +0000
commitf33e07dd3e11aabadb5cbaa64997a23c4f5c4ff3 (patch)
treed35b584608ca5de80c1647a946fe94ae56a752d4 /databases/php4-rrdtool
parent2afb7715ce07cb9fa6d325a30e81b58f4a1399d8 (diff)
downloadports-f33e07dd3e11aabadb5cbaa64997a23c4f5c4ff3.tar.gz
ports-f33e07dd3e11aabadb5cbaa64997a23c4f5c4ff3.zip
Notes
Diffstat (limited to 'databases/php4-rrdtool')
-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%%