1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Tiny fixes for the mpd5 package.

- Use PLIST_DIRSTRY to avoid warnings when deinstalling.

- Set PROVIDE to mpd5 in startup script (it currently confuses
  bsdadminscripts' commands)

PR:		186531
Submitted by:	olgeni
Approved by:	maintainer timeout (120 days)
This commit is contained in:
Jimmy Olgeni 2014-06-07 17:32:04 +00:00
parent 1b9c9fc947
commit ced6b00939
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356932
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= mpd
PORTREVISION= 1
DISTVERSION= 5.7
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
@ -37,7 +38,7 @@ CONFSUF= conf secret script
DOCSDIR= ${PREFIX}/share/doc/mpd5
PORTDOCS= ${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README \
mpd_toc.html
PLIST_DIRS= etc/mpd5
PLIST_DIRSTRY= etc/mpd5
PLIST_FILES= ${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5
.if !defined(WITHOUT_MAN)

View File

@ -2,7 +2,7 @@
# $FreeBSD$
#
# PROVIDE: mpd
# PROVIDE: mpd5
# REQUIRE: SERVERS
# BEFORE: DAEMON
# KEYWORD: shutdown