1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- mark BROKEN for FreeBSD >= 7

- drop maintainership
This commit is contained in:
Dirk Meyer 2005-09-21 22:29:56 +00:00
parent edcea35a0e
commit 46cb204584
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143311

View File

@ -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>