diff options
author | adamw <adamw@FreeBSD.org> | 2017-01-01 04:00:37 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-01-01 04:00:37 +0800 |
commit | e2fc76a57a9646a4764740971c5cef118400d5b3 (patch) | |
tree | 94bffe1976acd000b5731c0ec83ed4d0865cc904 /databases | |
parent | 0bffe0bb3c66d9ed9d574789b28b2f7c6877f700 (diff) | |
download | freebsd-ports-gnome-e2fc76a57a9646a4764740971c5cef118400d5b3.tar.gz freebsd-ports-gnome-e2fc76a57a9646a4764740971c5cef118400d5b3.tar.zst freebsd-ports-gnome-e2fc76a57a9646a4764740971c5cef118400d5b3.zip |
Remove warnings about installing documentation and examples. The only users
who will see those messages are users who have already accepted those options
in make config.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Oracle/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/p5-DBD-Oracle/Makefile b/databases/p5-DBD-Oracle/Makefile index 04ec18cd268f..4783afea5234 100644 --- a/databases/p5-DBD-Oracle/Makefile +++ b/databases/p5-DBD-Oracle/Makefile @@ -52,7 +52,6 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/Oracle/Oracle.so - @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Oracle.ex/Readme ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/Oracle.ex/*.pl ${STAGEDIR}${EXAMPLESDIR} |