diff options
Diffstat (limited to 'net/mpd4/Makefile')
-rw-r--r-- | net/mpd4/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/net/mpd4/Makefile b/net/mpd4/Makefile index 3d84e674f6ac..083a869d4885 100644 --- a/net/mpd4/Makefile +++ b/net/mpd4/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= mpd4 -PORTVERSION= 4.0r1 -DISTVERSION= 4.0rc1 +PORTNAME= mpd +DISTVERSION= 4.1rc2 CATEGORIES= net -MASTER_SITES= LOCAL/glebius +MASTER_SITES= SF +MASTER_SITE_SUBDIR= mpd DIST_SUBDIR= mpd4 MAINTAINER= mav@alkar.net @@ -17,12 +17,14 @@ COMMENT= Multi-link PPP daemon based on netgraph(4) [development version] LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel +LATEST_LINK= mpd4 MTREE_FILE= ${FILESDIR}/mpd4.mtree MAN8= mpd4.8 MANCOMPRESSED= maybe USE_RC_SUBR= mpd4.sh HTMLNUM!= jot 62 1 CONFSUF= conf links secret script +DOCSDIR= ${TARGETDIR}/share/doc/mpd4 PORTDOCS= ${HTMLNUM:S/^/mpd/:S/$/.html/} mpd.html mpd.ps README \ mpd_toc.html PLIST_DIRS= etc/mpd4 @@ -30,10 +32,4 @@ PLIST_FILES= ${CONFSUF:S/^/etc\/mpd4\/mpd./:S/$/.sample/} sbin/mpd4 USE_OPENSSL= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not compile on FreeBSD 4.x; use net/mpd instead -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |