diff options
Diffstat (limited to 'net/dhcprelya')
-rw-r--r-- | net/dhcprelya/Makefile | 8 |
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> |