aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpd/Makefile')
-rw-r--r--net/mpd/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile
index 5539152fef53..21753aee3c7c 100644
--- a/net/mpd/Makefile
+++ b/net/mpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpd
PORTVERSION= 3.18
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
@@ -19,7 +19,6 @@ COMMENT= Multi-link PPP daemon based on netgraph(4) [legacy version]
# lang/mpd
CONFLICTS= mpd-[^3]*
-MTREE_FILE= ${FILESDIR}/mpd.mtree
MAN8= mpd.8
MANCOMPRESSED= maybe
@@ -33,4 +32,10 @@ pre-build:
@${ECHO} "Use WITH_OPENSSL_PORT=yes if you use OPENSSL from ports"
@${ECHO}
+pre-install:
+ @${MKDIR} ${PREFIX}/etc/mpd
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>