1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Mark IGNORE on OSVERSION<600000. The port requires pidfile_* finctions.

Noted by:	pav
This commit is contained in:
Sergey Matveychuk 2007-12-19 11:54:45 +00:00
parent c487b1d8e0
commit 89aa723570
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204089

View File

@ -19,10 +19,16 @@ PORTDOCS= README
PLIST_FILES= sbin/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
IGNORE= require pidfile_* finctions in libutils
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>