mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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:
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
|
@ -2,6 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= mpd
|
PORTNAME= mpd
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSION= 5.7
|
DISTVERSION= 5.7
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
|
||||||
|
@ -37,7 +38,7 @@ CONFSUF= conf secret script
|
||||||
DOCSDIR= ${PREFIX}/share/doc/mpd5
|
DOCSDIR= ${PREFIX}/share/doc/mpd5
|
||||||
PORTDOCS= ${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README \
|
PORTDOCS= ${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README \
|
||||||
mpd_toc.html
|
mpd_toc.html
|
||||||
PLIST_DIRS= etc/mpd5
|
PLIST_DIRSTRY= etc/mpd5
|
||||||
PLIST_FILES= ${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5
|
PLIST_FILES= ${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sample/} sbin/mpd5
|
||||||
|
|
||||||
.if !defined(WITHOUT_MAN)
|
.if !defined(WITHOUT_MAN)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# PROVIDE: mpd
|
# PROVIDE: mpd5
|
||||||
# REQUIRE: SERVERS
|
# REQUIRE: SERVERS
|
||||||
# BEFORE: DAEMON
|
# BEFORE: DAEMON
|
||||||
# KEYWORD: shutdown
|
# KEYWORD: shutdown
|
||||||
|
|
Loading…
Add table
Reference in a new issue