aboutsummaryrefslogtreecommitdiffstats
path: root/net/dhcprelya
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-06 05:36:39 +0800
committerpav <pav@FreeBSD.org>2009-01-06 05:36:39 +0800
commitce63afce79cdadc19f08fb68107d342b48f952a9 (patch)
treeb94400f72c2b6e4dfb9741e0a6ff3bc33d232358 /net/dhcprelya
parent5db9c2715f2cb550af20c58ae212b7179f7759ea (diff)
downloadfreebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.tar.gz
freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.tar.zst
freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'net/dhcprelya')
-rw-r--r--net/dhcprelya/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/dhcprelya/Makefile b/net/dhcprelya/Makefile
index 5e306ca216d3..baf6191b593f 100644
--- a/net/dhcprelya/Makefile
+++ b/net/dhcprelya/Makefile
@@ -19,16 +19,10 @@ 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.post.mk>
+.include <bsd.port.mk>