aboutsummaryrefslogtreecommitdiff
path: root/net/mpd5/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-10-31 20:37:56 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-10-31 20:37:56 +0000
commit9ba6c57fc33c2720206b2d86fb5c37ff7f74b734 (patch)
tree2b76178781879f334df178e1a96f9d288715bc7f /net/mpd5/Makefile
parent77e683aece3629682669773e3f5bb7d57ead2a52 (diff)
Notes
Diffstat (limited to 'net/mpd5/Makefile')
-rw-r--r--net/mpd5/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile
index 1d03e2c17766..4bee08ad472e 100644
--- a/net/mpd5/Makefile
+++ b/net/mpd5/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mpd4
-PORTVERSION= 4.0b4
+PORTVERSION= 4.0b5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= glebius
@@ -20,6 +20,13 @@ LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel
MTREE_FILE= ${FILESDIR}/mpd4.mtree
MAN8= mpd4.8
MANCOMPRESSED= maybe
+USE_RC_SUBR= mpd4.sh
+HTMLNUM!= jot 60 1
+CONFSUF= conf links secret script
+PORTDOCS= ${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README \
+ mpd_toc.html
+PLIST_DIRS= etc/mpd4
+PLIST_FILES= ${CONFSUF:S/^/etc\/mpd4\/mpd./:S/$/.sample/} sbin/mpd4
USE_OPENSSL= yes
@@ -29,7 +36,4 @@ USE_OPENSSL= yes
IGNORE= does not compile on FreeBSD 4.x; use net/mpd instead
.endif
-post-install:
- @${INSTALL_SCRIPT} -m 751 ${FILESDIR}/mpd4.sh ${PREFIX}/etc/rc.d/mpd4.sh.sample
-
.include <bsd.port.post.mk>