summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2007-12-19 11:54:45 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2007-12-19 11:54:45 +0000
commit89aa7235700ae87ecfa0bcb6e21d15a82f515233 (patch)
tree11beaf8f91acae725d3f2e4ebbb075836fcd01c3 /net
parentUpgrade to version 6.0. (diff)
- Mark IGNORE on OSVERSION<600000. The port requires pidfile_* finctions.
Noted by: pav
Diffstat (limited to 'net')
-rw-r--r--net/dhcprelya/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/dhcprelya/Makefile b/net/dhcprelya/Makefile
index 8d8f11c8d8bc..a2ccecc4ee06 100644
--- a/net/dhcprelya/Makefile
+++ b/net/dhcprelya/Makefile
@@ -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>