aboutsummaryrefslogtreecommitdiff
path: root/net/mpd5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpd5/Makefile')
-rw-r--r--net/mpd5/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile
index 929853cea92c..d7e05072dd64 100644
--- a/net/mpd5/Makefile
+++ b/net/mpd5/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mpd
DISTVERSION= 5.9
-PORTREVISION= 9
+PORTREVISION= 18
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
PKGNAMESUFFIX= 5
@@ -8,10 +8,13 @@ DIST_SUBDIR= mpd5
MAINTAINER= eugen@FreeBSD.org
COMMENT= Multi-link PPP daemon based on netgraph(4)
+WWW= https://sourceforge.net/projects/mpd/
LICENSE= BSD3CLAUSE
-USES= cpe ssl
+USES= cpe
+
+MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man
CPE_VENDOR= mpd_project
@@ -58,7 +61,7 @@ PLIST_FILES+= ${CONFSUF:C|(.*)|"@sample etc/mpd5/mpd.\1.sample"|} \
sbin/mpd5
.if !defined(WITHOUT_MAN)
-PLIST_FILES+= man/man8/mpd5.8.gz
+PLIST_FILES+= share/man/man8/mpd5.8.gz
.endif
.include <bsd.port.mk>