summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-02-09 08:37:10 +0000
committeradam <adam>2011-02-09 08:37:10 +0000
commit96ad7c5096a5582aebe240e70bfe4d1f7f40715c (patch)
tree3ad357e808290466d3072920fe1883f18ae1988b /net/ntop/Makefile
parent9d326513818588fae7206740158c9f5f41980b12 (diff)
downloadpkgsrc-96ad7c5096a5582aebe240e70bfe4d1f7f40715c.tar.gz
Changes 4.0.3:
This is a bug fix release.
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r--net/ntop/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 72b71008cb5..0ed8df3df29 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.63 2011/01/13 13:39:07 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2011/02/09 08:37:10 adam Exp $
-DISTNAME= ntop-4.0
-PKGREVISION= 2
+DISTNAME= ntop-4.0.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/}
+EXTRACT_SUFX= .tgz
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.ntop.org/ntop.html
@@ -44,8 +44,10 @@ USE_BUILTIN.libevent= no
pre-configure:
set -e; cd ${WRKSRC}; \
- cp ${PREFIX}/share/libtool/config/ltmain.sh .; \
+ libtoolize -c -f; cp m4/libtool.m4 libtool.m4.in; \
+ cat acinclude.m4.in libtool.m4.in acinclude.m4.ntop > acinclude.m4; \
aclocal; autoheader; automake -a --foreign -i; autoconf
+# cp ${PREFIX}/share/libtool/config/ltmain.sh .; \
.include "../../databases/gdbm/buildlink3.mk"
.include "../../databases/rrdtool/buildlink3.mk"