aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-26 07:08:08 +0800
committerbapt <bapt@FreeBSD.org>2014-04-26 07:08:08 +0800
commit3210d2b746c4c56f6806f385134515129155c043 (patch)
tree2378a64a82a3c08e0620ca22c027054c857e317a /net
parent7d10846a2008f95d0d4868c0463b11632bbc904e (diff)
downloadfreebsd-ports-gnome-3210d2b746c4c56f6806f385134515129155c043.tar.gz
freebsd-ports-gnome-3210d2b746c4c56f6806f385134515129155c043.tar.zst
freebsd-ports-gnome-3210d2b746c4c56f6806f385134515129155c043.zip
Support stage
Diffstat (limited to 'net')
-rw-r--r--net/service-discovery-applet/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/net/service-discovery-applet/Makefile b/net/service-discovery-applet/Makefile
index 2cebf389c4c5..d678be12419a 100644
--- a/net/service-discovery-applet/Makefile
+++ b/net/service-discovery-applet/Makefile
@@ -9,15 +9,14 @@ CATEGORIES= net dns gnome
MASTER_SITES= http://0pointer.de/~sebest/
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A GNOME applet that shows available network services using mDNS
+COMMENT= GNOME applet that shows available network services using mDNS
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi
-USES= gettext
+USES= gettext gmake pathfix
USE_PYTHON= yes
-USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop
-USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack pygnomedesktop
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -25,13 +24,12 @@ CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= service-discovery-applet.schemas
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/plugins/gconfterminal.py.in
+ ${WRKSRC}/plugins/gconfterminal.py.in
post-install:
@${LOCALBASE}/bin/gtk-update-icon-cache -f -q --ignore-theme-index \
- ${PREFIX}/share/service-discovery-applet/icons
+ ${STAGEDIR}${PREFIX}/share/service-discovery-applet/icons
.include <bsd.port.mk>