svn commit: r342343 - head/deskutils/vboxgtk

Antoine Brodin antoine at FreeBSD.org
Sun Feb 2 17:15:01 UTC 2014


Author: antoine
Date: Sun Feb  2 17:15:01 2014
New Revision: 342343
URL: http://svnweb.freebsd.org/changeset/ports/342343
QAT: https://qat.redports.org/buildarchive/r342343/

Log:
  - Stage support
  - Use PYDISTUTILS_AUTOPLIST

Deleted:
  head/deskutils/vboxgtk/pkg-plist
Modified:
  head/deskutils/vboxgtk/Makefile

Modified: head/deskutils/vboxgtk/Makefile
==============================================================================
--- head/deskutils/vboxgtk/Makefile	Sun Feb  2 17:14:17 2014	(r342342)
+++ head/deskutils/vboxgtk/Makefile	Sun Feb  2 17:15:01 2014	(r342343)
@@ -14,19 +14,14 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xpcom/
 USE_PYTHON=	yes
 USE_GNOME=	gtk30 pygtk2
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	NLS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+NLS_USES=	gettext
 
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
-.else
-PLIST_SUB+=	NLS="@comment "
-.endif
+.include <bsd.port.options.mk>
 
 post-patch:
 .if ! ${PORT_OPTIONS:MNLS}


More information about the svn-ports-head mailing list