svn commit: r371927 - head/games/xconq

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 31 19:59:40 UTC 2014


Author: bapt
Date: Fri Oct 31 19:59:39 2014
New Revision: 371927
URL: https://svnweb.freebsd.org/changeset/ports/371927
QAT: https://qat.redports.org/buildarchive/r371927/

Log:
  Simplify plist

Modified:
  head/games/xconq/pkg-plist

Modified: head/games/xconq/pkg-plist
==============================================================================
--- head/games/xconq/pkg-plist	Fri Oct 31 19:58:32 2014	(r371926)
+++ head/games/xconq/pkg-plist	Fri Oct 31 19:59:39 2014	(r371927)
@@ -2,9 +2,7 @@
 %%NOSDL%%bin/imf2x
 %%NOSDL%%bin/imfapp
 %%NOSDL%%bin/x2imf
- at mode 2755
-bin/xconq
- at mode
+@(,games,2755) bin/xconq
 man/man6/xconq.6.gz
 %%DATADIR%%/images/3rd-age.gif
 %%DATADIR%%/images/advances.gif
@@ -468,13 +466,5 @@ man/man6/xconq.6.gz
 %%NOSDL%%%%DATADIR%%/tcltk/BWidget/xpm2image.tcl
 %%NOSDL%%%%DATADIR%%/tcltk/imfapp.tcl
 %%NOSDL%%%%DATADIR%%/tcltk/tkconq.tcl
-%%NOSDL%%@dirrm %%DATADIR%%/tcltk/BWidget/lang
-%%NOSDL%%@dirrm %%DATADIR%%/tcltk/BWidget/images
-%%NOSDL%%@dirrm %%DATADIR%%/tcltk/BWidget
-%%NOSDL%%@dirrm %%DATADIR%%/tcltk
- at dirrm %%DATADIR%%/lib
- at dirrm %%DATADIR%%/images
+ at dir(,games,775) %%SCOREDIR%%)
 @group
- at dirrm %%DATADIR%%
- at exec if [ ! -e %%SCOREDIR%% ] ; then mkdir -p -m 775 %%SCOREDIR%% ; fi
- at unexec if [ -e %%SCOREDIR%% ] ; then rm -rf %%SCOREDIR%% ; fi


More information about the svn-ports-head mailing list