ports/118065: Non-correct install man for security/sshguard-ipfw
Mij
mij at bitchx.it
Sun Nov 18 15:00:12 UTC 2007
The following reply was made to PR ports/118065; it has been noted by GNATS.
From: Mij <mij at bitchx.it>
To: bug-followup at FreeBSD.org,
Pavel Motyrev <legioner.r at gmail.com>
Cc:
Subject: Re: ports/118065: Non-correct install man for security/sshguard-ipfw
Date: Sun, 18 Nov 2007 15:38:54 +0100
--Apple-Mail-2-193685996
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
this patch should fix the problem, which is similar to automake problem
"Disable use of automake if found, this breaks the build"
--Apple-Mail-2-193685996
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
x-unix-mode=0644;
name=sshguard-patch.txt
Content-Disposition: attachment;
filename=sshguard-patch.txt
--- Makefile.old 2007-11-18 16:34:52.000000000 +0100
+++ Makefile 2007-11-18 16:34:47.000000000 +0100
@@ -22,6 +22,7 @@
MAN8= sshguard.8
MANCOMPRESSED= no
USE_BZIP2= yes
+MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
HAS_CONFIGURE= yes
# sublist will be set afterward
--Apple-Mail-2-193685996--
More information about the freebsd-ports-bugs
mailing list