aboutsummaryrefslogtreecommitdiff
path: root/net/gupnp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gupnp/Makefile')
-rw-r--r--net/gupnp/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile
index 88b00b41b579..d3bdb9264837 100644
--- a/net/gupnp/Makefile
+++ b/net/gupnp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gupnp
-PORTVERSION= 0.20.6
+PORTVERSION= 0.20.7
CATEGORIES= net
MASTER_SITES= GNOME
@@ -23,10 +23,9 @@ USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
USE_PYTHON= yes
USE_XZ= yes
-USES= gmake pathfix pkgconfig
+USES= gmake pathfix pkgconfig shebangfix
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/tools/gupnp-binding-tool
+SHEBANG_FILES= tools/gupnp-binding-tool
+python_CMD= ${PYTHON_CMD}
.include <bsd.port.mk>