aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/dcd/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-30 19:00:13 +0800
committerpav <pav@FreeBSD.org>2005-11-30 19:00:13 +0800
commit270a9e2003ebb5a3b2cb36ad526022118b803ac1 (patch)
tree421393be13fc4031d24643cd98a46a0721150ac1 /net-p2p/dcd/Makefile
parentd0f4bca99948a3d35bbe3a2887986a8109f0a29b (diff)
downloadfreebsd-ports-gnome-270a9e2003ebb5a3b2cb36ad526022118b803ac1.tar.gz
freebsd-ports-gnome-270a9e2003ebb5a3b2cb36ad526022118b803ac1.tar.zst
freebsd-ports-gnome-270a9e2003ebb5a3b2cb36ad526022118b803ac1.zip
- Update to 0.5.9
PR: ports/89735 Submitted by: Aleksandr S. Goncharov <mraleks@bk.ru> (maintainer)
Diffstat (limited to 'net-p2p/dcd/Makefile')
-rw-r--r--net-p2p/dcd/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/net-p2p/dcd/Makefile b/net-p2p/dcd/Makefile
index 702f14b8f1d2..85f6dfb03ee2 100644
--- a/net-p2p/dcd/Makefile
+++ b/net-p2p/dcd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dcd
-PORTVERSION= 0.4.8
+PORTVERSION= 0.5.9
CATEGORIES= net
MASTER_SITES= http://www.dc.ds.pg.gda.pl/download/sources/stable/
@@ -23,11 +23,17 @@ MAN8= dcd.8 dcd.console.8
MANLANG= "" pl.ISO8859-2
CONF_FILES= console.allow dcd.banned dcd.conf dcd.motd dcd.penalties \
- dcd.users dcd.welcome nicks.allow
+ dcd.rules dcd.users dcd.welcome nicks.allow
SUB_FILES= pkg-install pkg-deinstall
SUB_LIST= CONF_FILES="${CONF_FILES}" CONF_DIR="${PREFIX}/etc/dcd"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
.for f in dcd dcd.console
@${MV} ${WRKSRC}/doc/${f}.2 ${WRKSRC}/doc/${f}.8
@@ -61,4 +67,4 @@ post-patch:
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>