aboutsummaryrefslogtreecommitdiff
path: root/net/mpd5
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-04-26 13:06:32 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-04-26 13:06:32 +0000
commitb36fa7d2df26ac4b60f644118607eeed3d7522ee (patch)
treeb18ff7c33edbe105d5242a24e42392c8b03fbd44 /net/mpd5
parentfa9a829778b2c4d90fb78cf93e734e6c9a8081bd (diff)
downloadports-b36fa7d2df26ac4b60f644118607eeed3d7522ee.tar.gz
ports-b36fa7d2df26ac4b60f644118607eeed3d7522ee.zip
Notes
Diffstat (limited to 'net/mpd5')
-rw-r--r--net/mpd5/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile
index 63466742d28f..543a6b54ed96 100644
--- a/net/mpd5/Makefile
+++ b/net/mpd5/Makefile
@@ -38,6 +38,10 @@ DOCSDIR= ${PREFIX}/share/doc/mpd5
PORTDOCS= ${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README \
mpd_toc.html
PLIST_DIRS= etc/mpd5
-PLIST_FILES= ${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5 man/man8/mpd5.8.gz
+PLIST_FILES= ${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5
+
+.if !defined(WITHOUT_MAN)
+PLIST_FILES+= man/man8/mpd5.8.gz
+.endif
.include <bsd.port.mk>