diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-05-29 20:57:03 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-05-29 20:57:03 +0000 |
commit | 82dcd356cdce5df0d48cbb21ee6e592587fd5d34 (patch) | |
tree | 12af7260e35e9c24bdb915233f134d2e096edd67 /databases/php4-rrdtool/Makefile | |
parent | 3ff1fbb343ecdb0a3371d34f67c2beaafb6767c4 (diff) |
Fix when NOPORTDOCS set
Spotted By: itetcu
Notes
Notes:
svn path=/head/; revision=213892
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> |