diff options
author | jadawin <jadawin@FreeBSD.org> | 2009-04-17 21:21:39 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2009-04-17 21:21:39 +0800 |
commit | 0333ca05d838cc9d6b8005865c872b22db65a404 (patch) | |
tree | 1c41daa9c3d735afe1e615b76940627353d59608 /net/mpd | |
parent | 403ee6eccb5e03abe7bcd5e4ea91dd6c7047a9c3 (diff) | |
download | freebsd-ports-gnome-0333ca05d838cc9d6b8005865c872b22db65a404.tar.gz freebsd-ports-gnome-0333ca05d838cc9d6b8005865c872b22db65a404.tar.zst freebsd-ports-gnome-0333ca05d838cc9d6b8005865c872b22db65a404.zip |
- Fix last QAT warning
- Bump PORTREVISION
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Reworked by: myself
Approved by: portmgr (pav)
Diffstat (limited to 'net/mpd')
-rw-r--r-- | net/mpd/Makefile | 9 | ||||
-rw-r--r-- | net/mpd/files/mpd.mtree | 28 |
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 - .. - .. - .. -.. - |