aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2009-04-17 13:21:39 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2009-04-17 13:21:39 +0000
commit467764dff8da78b49f9c97f4ece116bb50b3d146 (patch)
tree0ba0ccb904351737272d852b71f7ebdbcd942a80
parent745199b54ea72bddc6fe063ce8bd2d08ba8e3e8e (diff)
downloadports-467764dff8da78b49f9c97f4ece116bb50b3d146.tar.gz
ports-467764dff8da78b49f9c97f4ece116bb50b3d146.zip
- Fix last QAT warning
- Bump PORTREVISION Submitted by: Bapt <baptiste.daroussin@gmail.com> Reworked by: myself Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=232359
-rw-r--r--net/mpd/Makefile9
-rw-r--r--net/mpd/files/mpd.mtree28
2 files changed, 7 insertions, 30 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>
diff --git a/net/mpd/files/mpd.mtree b/net/mpd/files/mpd.mtree
deleted file mode 100644
index c475084a0264..000000000000
--- a/net/mpd/files/mpd.mtree
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-/set type=dir uname=root gname=wheel mode=0755
-.
- etc
- rc.d
- ..
- ..
- sbin
- ..
- etc
- mpd
- ..
- ..
- man
- cat8 uname=man
- ..
- man8
- ..
- ..
- share
- doc
- mpd
- ..
- ..
- ..
-..
-