summaryrefslogtreecommitdiff
path: root/net/ifdepd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:36:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:36:39 +0000
commitd203b12054ad82d30bac1f0a0c022b1393f861b3 (patch)
treeaa853b3ada1746f7fe92c44b10a0a57900e6b933 /net/ifdepd
parentConfigure --without-capi --without-gphoto and --without-sane to avoid (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225305
Diffstat (limited to 'net/ifdepd')
-rw-r--r--net/ifdepd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ifdepd/Makefile b/net/ifdepd/Makefile
index cffc32bba2db..4d97ae4f5060 100644
--- a/net/ifdepd/Makefile
+++ b/net/ifdepd/Makefile
@@ -18,12 +18,6 @@ PLIST_FILES= bin/ifdepd \
USE_RC_SUBR= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 502113
-IGNORE= need link state change notification changes from May 2004
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
's|/etc/rc\.subr|${RC_SUBR}|; s|/usr/local|${PREFIX}|' \
@@ -32,4 +26,4 @@ post-patch:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>