svn commit: r370470 - branches/2014Q4/games/xabacus

Antoine Brodin antoine at FreeBSD.org
Wed Oct 8 17:23:47 UTC 2014


Author: antoine
Date: Wed Oct  8 17:23:45 2014
New Revision: 370470
URL: https://svnweb.freebsd.org/changeset/ports/370470
QAT: https://qat.redports.org/buildarchive/r370470/

Log:
  MFH: r370232
  
  Fix packaging

Modified:
  branches/2014Q4/games/xabacus/Makefile
  branches/2014Q4/games/xabacus/pkg-plist
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/games/xabacus/Makefile
==============================================================================
--- branches/2014Q4/games/xabacus/Makefile	Wed Oct  8 17:19:09 2014	(r370469)
+++ branches/2014Q4/games/xabacus/Makefile	Wed Oct  8 17:23:45 2014	(r370470)
@@ -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: branches/2014Q4/games/xabacus/pkg-plist
==============================================================================
--- branches/2014Q4/games/xabacus/pkg-plist	Wed Oct  8 17:19:09 2014	(r370469)
+++ branches/2014Q4/games/xabacus/pkg-plist	Wed Oct  8 17:23:45 2014	(r370470)
@@ -1,8 +1,4 @@
- at group games
- at owner games
-bin/xabacus
- at owner
- at 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
- at dirrm %%DATADIR%%


More information about the svn-ports-branches mailing list