aboutsummaryrefslogtreecommitdiff
path: root/sysutils/heartbeat
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:10:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:10:15 +0000
commitcc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch)
tree6443da11a92be566759454b76c94714222a13560 /sysutils/heartbeat
parent13441eac4bb7e0e8a50bd437681b05022e55146b (diff)
downloadports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.tar.gz
ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.zip
Notes
Diffstat (limited to 'sysutils/heartbeat')
-rw-r--r--sysutils/heartbeat/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile
index 1a798046abf2..007035a76217 100644
--- a/sysutils/heartbeat/Makefile
+++ b/sysutils/heartbeat/Makefile
@@ -40,12 +40,6 @@ MAN8= apphbd.8 heartbeat.8 ldirectord.8 meatclient.8 \
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES+= ${FILESDIR}/extrapatch-lib-clplumbing-resource.h
-.endif
-
post-patch:
@${REINPLACE_CMD} -e "s|logrotate\.d||" \
${WRKSRC}/heartbeat/Makefile.in \
@@ -56,11 +50,6 @@ post-patch:
s|-lnet|`${LIBNET_CONFIG} --libs`|' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|<sys/\(resource.h\)>|"\1"|' \
- ${WRKSRC}/lib/clplumbing/coredumps.c
-.endif
-
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|^\(docdir.*doc/\).*|\1${PORTNAME}|' \
${WRKSRC}/configure.in \
@@ -97,4 +86,4 @@ pre-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>