summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ntop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 54e93099989..7daeb753b58 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2009/09/26 05:58:27 taca Exp $
+# $NetBSD: Makefile,v 1.55 2010/01/01 13:22:15 tron Exp $
DISTNAME= ntop-3.3.10
CATEGORIES= net
@@ -43,7 +43,7 @@ USE_BUILTIN.libevent= no
pre-configure:
set -e; cd ${WRKSRC}; \
- cp ${PREFIX}/share/libtool/ltmain.sh .; \
+ cp ${PREFIX}/share/libtool/config/ltmain.sh .; \
aclocal; autoheader; automake -a --foreign -i; autoconf
.include "../../databases/gdbm/buildlink3.mk"