aboutsummaryrefslogtreecommitdiff
path: root/net/mpd4
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-03-19 07:49:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-03-19 07:49:21 +0000
commitc13b03b1a6954ed96bfd31f27762fcd216514445 (patch)
tree261b5e16d576c81211977d2b0852f9dae968a784 /net/mpd4
parent778a93ea5da161490527a697c34716f437115f72 (diff)
downloadports-c13b03b1a6954ed96bfd31f27762fcd216514445.tar.gz
ports-c13b03b1a6954ed96bfd31f27762fcd216514445.zip
Notes
Diffstat (limited to 'net/mpd4')
-rw-r--r--net/mpd4/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/mpd4/Makefile b/net/mpd4/Makefile
index 991b1ad608d3..1d03e2c17766 100644
--- a/net/mpd4/Makefile
+++ b/net/mpd4/Makefile
@@ -23,7 +23,13 @@ MANCOMPRESSED= maybe
USE_OPENSSL= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+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.mk>
+.include <bsd.port.post.mk>