aboutsummaryrefslogtreecommitdiff
path: root/security/pidentd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-21 22:29:56 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-21 22:29:56 +0000
commit46cb204584d0f15f61af24e3bc6d7b1588e8f6e9 (patch)
tree6c4114dc69b303442a8b1278eda11dd6ece55c33 /security/pidentd
parentedcea35a0e3a3e9b9cafb83c73eb29f51b3efb9f (diff)
downloadports-46cb204584d0f15f61af24e3bc6d7b1588e8f6e9.tar.gz
ports-46cb204584d0f15f61af24e3bc6d7b1588e8f6e9.zip
Notes
Diffstat (limited to 'security/pidentd')
-rw-r--r--security/pidentd/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile
index d89b5bc8bff9..cc735ac05801 100644
--- a/security/pidentd/Makefile
+++ b/security/pidentd/Makefile
@@ -18,7 +18,7 @@ PATCH_SITE_SUBDIR= dinoex
PATCHFILES= pidentd-${PORTVERSION}-ipv6-20040227.diff.gz
PATCH_DIST_STRIP= -p0
-MAINTAINER= dinoex@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An RFC1413 identification server
USE_REINPLACE= yes
@@ -44,4 +44,10 @@ post-patch:
post-install:
${INSTALL_MAN} -m 644 ${WRKSRC}/doc/idecrypt.8 ${MANPREFIX}/man/man8/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= "patchfiles not updated"
+.endif
+
+.include <bsd.port.post.mk>