diff options
Diffstat (limited to 'databases/php4-rrdtool/Makefile')
-rw-r--r-- | databases/php4-rrdtool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/php4-rrdtool/Makefile b/databases/php4-rrdtool/Makefile index 7d81db1068a1..bdaab05a2b7b 100644 --- a/databases/php4-rrdtool/Makefile +++ b/databases/php4-rrdtool/Makefile @@ -24,9 +24,11 @@ WRKSRC= ${WRKDIR}/${UNIQUENAME}-${PORTVERSION} USE_PHP= yes USE_PHPEXT= yes +.if !defined(NOPORTDOCS) post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." +.endif .include <bsd.port.mk> |