diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-07 17:32:04 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-07 17:32:04 +0000 |
commit | ced6b00939b562b11f90d25b74dbe9476e546a48 (patch) | |
tree | a93c7ce6a688f07a403d7d70b1d4f49c5e0e3de2 /net/mpd5 | |
parent | 1b9c9fc947796f4d8f95d0b1c04e18267878753a (diff) |
Notes
Diffstat (limited to 'net/mpd5')
-rw-r--r-- | net/mpd5/Makefile | 3 | ||||
-rw-r--r-- | net/mpd5/files/mpd5.in | 2 |
2 files changed, 3 insertions, 2 deletions
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 |