From ced6b00939b562b11f90d25b74dbe9476e546a48 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sat, 7 Jun 2014 17:32:04 +0000 Subject: 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) --- net/mpd5/Makefile | 3 ++- net/mpd5/files/mpd5.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'net/mpd5') diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile index 543a6b54ed96..92ef7a33bbc8 100644 --- a/net/mpd5/Makefile +++ b/net/mpd5/Makefile @@ -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) diff --git a/net/mpd5/files/mpd5.in b/net/mpd5/files/mpd5.in index 5654f72f1842..1708b3c9f820 100644 --- a/net/mpd5/files/mpd5.in +++ b/net/mpd5/files/mpd5.in @@ -2,7 +2,7 @@ # $FreeBSD$ # -# PROVIDE: mpd +# PROVIDE: mpd5 # REQUIRE: SERVERS # BEFORE: DAEMON # KEYWORD: shutdown -- cgit v1.2.3