aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
committerAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
commitfe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch)
tree6b96a59b96237deb8710fe2065d0c3393e7088bc /sysutils
parent9cdeec96c134d87226d71d31195c647c6b761885 (diff)
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lire/files/patch-doc-Makefile.in8
-rw-r--r--sysutils/slmon/Makefile4
2 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/lire/files/patch-doc-Makefile.in b/sysutils/lire/files/patch-doc-Makefile.in
new file mode 100644
index 000000000000..70860156e229
--- /dev/null
+++ b/sysutils/lire/files/patch-doc-Makefile.in
@@ -0,0 +1,8 @@
+--- doc/Makefile.in.orig 2009-03-13 23:14:22.000000000 -0500
++++ doc/Makefile.in 2011-03-26 13:55:02.000000000 -0500
+@@ -700,5 +700,2 @@
+
+-$(dtd_infos)/%:
+- cd doc && $(MAKE) $*
+-
+ $(html_doc_dirs):
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile
index abc640e55873..7570e5245407 100644
--- a/sysutils/slmon/Makefile
+++ b/sysutils/slmon/Makefile
@@ -32,6 +32,10 @@ LDFLAGS= -L${LOCALBASE}/lib -lncurses -lm
.include <bsd.port.pre.mk>
+# For gmake>=3.82
+post-patch:
+ @${REINPLACE_CMD} -e 's/^ */ /' ${WRKSRC}/Makefile.in
+
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif