svn commit: r389921 - head/net/vde2

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 12:57:40 UTC 2015


Author: amdmi3
Date: Wed Jun 17 12:57:39 2015
New Revision: 389921
URL: https://svnweb.freebsd.org/changeset/ports/389921

Log:
  - Fix shebangs

Modified:
  head/net/vde2/Makefile

Modified: head/net/vde2/Makefile
==============================================================================
--- head/net/vde2/Makefile	Wed Jun 17 12:57:26 2015	(r389920)
+++ head/net/vde2/Makefile	Wed Jun 17 12:57:39 2015	(r389921)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vde2
 PORTVERSION=	2.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	SF/vde/${PORTNAME}/${PORTVERSION}
 
@@ -17,7 +17,8 @@ CONFLICTS=	vde-[0-9]*
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool pathfix
+USES=		gmake libtool pathfix shebangfix
+SHEBANG_FILES=	src/lib/python/VdePlug.py
 USE_LDCONFIG=	yes
 MAKE_ENV=	V=1
 MAKE_JOBS_UNSAFE=yes


More information about the svn-ports-all mailing list