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 /net | |
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 'net')
-rw-r--r-- | net/p5-POE-Component-Jabber/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/p5-POE-Component-Jabber/Makefile b/net/p5-POE-Component-Jabber/Makefile index 993b10287de8..a2d7374a17fb 100644 --- a/net/p5-POE-Component-Jabber/Makefile +++ b/net/p5-POE-Component-Jabber/Makefile @@ -32,7 +32,6 @@ PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES post-install: - @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/ |