svn commit: r352581 - head/astro/celestia

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 29 07:24:55 UTC 2014


Author: bapt
Date: Tue Apr 29 07:24:54 2014
New Revision: 352581
URL: http://svnweb.freebsd.org/changeset/ports/352581
QAT: https://qat.redports.org/buildarchive/r352581/

Log:
  Fix packaging celestia-gtk
  
  Reported by:	jenkins via swills

Modified:
  head/astro/celestia/Makefile

Modified: head/astro/celestia/Makefile
==============================================================================
--- head/astro/celestia/Makefile	Tue Apr 29 07:14:51 2014	(r352580)
+++ head/astro/celestia/Makefile	Tue Apr 29 07:24:54 2014	(r352581)
@@ -49,10 +49,10 @@ LDFLAGS+=	-lGL
 .elif ${CELESTIA_UI} == "gtk"
 CONFIGURE_ARGS+=	--with-gtk
 USE_GNOME+=	gtk20
+PLIST_FILES=	share/applications/celestia.desktop
 .elif ${CELESTIA_UI} == "gnome"
 CATEGORIES+=	gnome
 CONFIGURE_ARGS+=	--with-gnome
-PLIST_FILES=	share/applications/celestia.desktop
 USE_GNOME+=	libgnomeui
 GCONF_SCHEMAS=	celestia.schemas
 PLIST_FILES=	share/applications/celestia.desktop


More information about the svn-ports-all mailing list