Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2014 07:10:42 +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: r371984 - head/games/xconq
Message-ID:  <201411010710.sA17Agqu050466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Nov  1 07:10:41 2014
New Revision: 371984
URL: https://svnweb.freebsd.org/changeset/ports/371984
QAT: https://qat.redports.org/buildarchive/r371984/

Log:
  Fix packaging

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

Modified: head/games/xconq/Makefile
==============================================================================
--- head/games/xconq/Makefile	Sat Nov  1 07:05:51 2014	(r371983)
+++ head/games/xconq/Makefile	Sat Nov  1 07:10:41 2014	(r371984)
@@ -74,5 +74,6 @@ post-install:
 .endfor
 .endif
 	@${FIND} ${STAGEDIR}${DATADIR} -empty -delete
+	@${MKDIR} ${STAGEDIR}${SCOREDIR}
 
 .include <bsd.port.post.mk>

Modified: head/games/xconq/pkg-plist
==============================================================================
--- head/games/xconq/pkg-plist	Sat Nov  1 07:05:51 2014	(r371983)
+++ head/games/xconq/pkg-plist	Sat Nov  1 07:10:41 2014	(r371984)
@@ -466,5 +466,5 @@ man/man6/xconq.6.gz
 %%NOSDL%%%%DATADIR%%/tcltk/BWidget/xpm2image.tcl
 %%NOSDL%%%%DATADIR%%/tcltk/imfapp.tcl
 %%NOSDL%%%%DATADIR%%/tcltk/tkconq.tcl
-@dir(,games,775) %%SCOREDIR%%)
+@dir(,games,775) %%SCOREDIR%%
 @group



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