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 +.include + +.if ${OSVERSION} >= 700000 +BROKEN= "patchfiles not updated" +.endif + +.include