diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-12 11:14:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-12 11:14:07 +0800 |
commit | 9877b092c0658842b2da58639dbaab43acca3e9f (patch) | |
tree | e3024409f4c8e6e11b5dad2c4edcd91951c80242 /net/ntop/Makefile | |
parent | 5b3be8f8aeb6124382ca46c438bf1bea3dcb54ea (diff) | |
download | freebsd-ports-gnome-9877b092c0658842b2da58639dbaab43acca3e9f.tar.gz freebsd-ports-gnome-9877b092c0658842b2da58639dbaab43acca3e9f.tar.zst freebsd-ports-gnome-9877b092c0658842b2da58639dbaab43acca3e9f.zip |
[MAINTAINER]: Fix net/ntop
net/ntop doesn't build under certain circumstances (it is
confusing versions of autoconf). Attached is a patch submitted
to me by Edward Sutton and tested by Jeffrey Goldberg which
fixes this problem. I haven't been able to reproduce this
problem but Jeffrey pointed out that this patch fixed it
for him. I don't believe that a bump of PORTREVISION is
necessary for this, but feel free to correct me if I am
wrong. :)
A discussion of this can be found at
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=333895+0+current/freebsd-ports
PR: ports/116289
Submitted by: Wesley Shields <wxs@atarininja.org>
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index aa95d4c73997..d05b97d6f9d5 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -100,7 +100,7 @@ post-extract: @${RM} ${WRKSRC}/configureextra/FREEBSD pre-configure: - @cd ${WRKSRC} && ${SH} autogen.sh --noconfig + @cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ${SH} autogen.sh --noconfig post-install: @${MKDIR} ${DBDIR}/ntop |