svn commit: r371984 - head/games/xconq

Antoine Brodin antoine at FreeBSD.org
Sat Nov 1 07:10:42 UTC 2014


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
- at dir(,games,775) %%SCOREDIR%%)
+ at dir(,games,775) %%SCOREDIR%%
 @group


More information about the svn-ports-head mailing list