mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- mark BROKEN for FreeBSD >= 7
- drop maintainership
This commit is contained in:
parent
edcea35a0e
commit
46cb204584
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143311
1 changed files with 8 additions and 2 deletions
|
@ -18,7 +18,7 @@ PATCH_SITE_SUBDIR= dinoex
|
||||||
PATCHFILES= pidentd-${PORTVERSION}-ipv6-20040227.diff.gz
|
PATCHFILES= pidentd-${PORTVERSION}-ipv6-20040227.diff.gz
|
||||||
PATCH_DIST_STRIP= -p0
|
PATCH_DIST_STRIP= -p0
|
||||||
|
|
||||||
MAINTAINER= dinoex@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= An RFC1413 identification server
|
COMMENT= An RFC1413 identification server
|
||||||
|
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
@ -44,4 +44,10 @@ post-patch:
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_MAN} -m 644 ${WRKSRC}/doc/idecrypt.8 ${MANPREFIX}/man/man8/
|
${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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue