svn commit: r439033 - head/net/ntop

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 08:57:21 UTC 2017


Author: amdmi3
Date: Fri Apr 21 08:57:20 2017
New Revision: 439033
URL: https://svnweb.freebsd.org/changeset/ports/439033

Log:
  - Fix shebangs
  - Silence stripping

Modified:
  head/net/ntop/Makefile

Modified: head/net/ntop/Makefile
==============================================================================
--- head/net/ntop/Makefile	Fri Apr 21 08:56:32 2017	(r439032)
+++ head/net/ntop/Makefile	Fri Apr 21 08:57:20 2017	(r439033)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ntop
 PORTVERSION=	5.0.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Stable
 
@@ -23,7 +23,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 
 DBDIR?=		/var/db
 
-USES=		autoreconf:build cpe gmake libtool python ssl
+USES=		autoreconf:build cpe gmake libtool python shebangfix ssl
+SHEBANG_FILES=	python/sankey.py
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -71,6 +72,7 @@ pre-install:
 	@cd ${WRKSRC} && ${MAKE_CMD} dnetter
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${STAGEDIR}${PREFIX}/lib/ntop/plugins/*.so
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so \
+		${STAGEDIR}${PREFIX}/lib/ntop/plugins/*.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list