svn commit: r352164 - head/net/service-discovery-applet
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 25 23:08:08 UTC 2014
Author: bapt
Date: Fri Apr 25 23:08:08 2014
New Revision: 352164
URL: http://svnweb.freebsd.org/changeset/ports/352164
QAT: https://qat.redports.org/buildarchive/r352164/
Log:
Support stage
Modified:
head/net/service-discovery-applet/Makefile
Modified: head/net/service-discovery-applet/Makefile
==============================================================================
--- head/net/service-discovery-applet/Makefile Fri Apr 25 23:03:46 2014 (r352163)
+++ head/net/service-discovery-applet/Makefile Fri Apr 25 23:08:08 2014 (r352164)
@@ -9,15 +9,14 @@ CATEGORIES= net dns gnome
MASTER_SITES= http://0pointer.de/~sebest/
MAINTAINER= gnome at 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}
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>
More information about the svn-ports-head
mailing list