Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 21:30:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370232 - head/games/xabacus
Message-ID:  <201410062130.s96LU1is019900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Oct  6 21:30:01 2014
New Revision: 370232
URL: https://svnweb.freebsd.org/changeset/ports/370232
QAT: https://qat.redports.org/buildarchive/r370232/

Log:
  Fix packaging

Modified:
  head/games/xabacus/Makefile
  head/games/xabacus/pkg-plist

Modified: head/games/xabacus/Makefile
==============================================================================
--- head/games/xabacus/Makefile	Mon Oct  6 21:21:29 2014	(r370231)
+++ head/games/xabacus/Makefile	Mon Oct  6 21:30:01 2014	(r370232)
@@ -16,6 +16,7 @@ USES=		tar:bzip2
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-nas
+CONFIGURE_ENV=	ac_cv_x_app_defaults=${PREFIX}/lib/X11/app-defaults
 INSTALLS_ICONS=	yes
 
 DESKTOP_ENTRIES="XAbacus" "" "abacus" "${PORTNAME}" "" ""

Modified: head/games/xabacus/pkg-plist
==============================================================================
--- head/games/xabacus/pkg-plist	Mon Oct  6 21:21:29 2014	(r370231)
+++ head/games/xabacus/pkg-plist	Mon Oct  6 21:30:01 2014	(r370232)
@@ -1,8 +1,4 @@
-@group games
-@owner games
-bin/xabacus
-@owner
-@group
+@(games,games,) bin/xabacus
 lib/X11/app-defaults/Abacus
 man/man6/xabacus.6.gz
 share/icons/hicolor/16x16/apps/abacus.png
@@ -38,4 +34,3 @@ share/icons/hicolor/48x48/apps/abacus.pn
 %%DATADIR%%/bump.au
 %%DATADIR%%/drip.au
 %%DATADIR%%/move.au
-@dirrm %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410062130.s96LU1is019900>