View | Details | Raw Unified | Return to bug 186531
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mpd
4
PORTNAME=	mpd
5
PORTREVISION=	1
5
DISTVERSION=	5.7
6
DISTVERSION=	5.7
6
CATEGORIES=	net
7
CATEGORIES=	net
7
MASTER_SITES=	SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
Lines 39-45 Link Here
39
DOCSDIR=	${PREFIX}/share/doc/mpd5
40
DOCSDIR=	${PREFIX}/share/doc/mpd5
40
PORTDOCS=	${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README	\
41
PORTDOCS=	${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README	\
41
		mpd_toc.html
42
		mpd_toc.html
42
PLIST_DIRS=	etc/mpd5
43
PLIST_DIRSTRY=	etc/mpd5
43
PLIST_FILES=	${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5
44
PLIST_FILES=	${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5
44
45
45
.include <bsd.port.mk>
46
.include <bsd.port.mk>
(-)files/mpd5.in (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
# $FreeBSD$
3
# $FreeBSD$
4
#
4
#
5
# PROVIDE: mpd
5
# PROVIDE: mpd5
6
# REQUIRE: SERVERS
6
# REQUIRE: SERVERS
7
# BEFORE: DAEMON
7
# BEFORE: DAEMON
8
# KEYWORD: shutdown
8
# KEYWORD: shutdown

Return to bug 186531