svn commit: r322063 - head/games/stockfish

Antoine Brodin antoine at FreeBSD.org
Sat Jun 29 21:39:34 UTC 2013


Author: antoine
Date: Sat Jun 29 21:39:34 2013
New Revision: 322063
URL: http://svnweb.freebsd.org/changeset/ports/322063

Log:
  Do not try to remove directories not created by the port

Modified:
  head/games/stockfish/Makefile

Modified: head/games/stockfish/Makefile
==============================================================================
--- head/games/stockfish/Makefile	Sat Jun 29 21:36:53 2013	(r322062)
+++ head/games/stockfish/Makefile	Sat Jun 29 21:39:34 2013	(r322063)
@@ -27,8 +27,6 @@ PORTDATA=	Book.bin
 FETCH_ARGS=	-Fpr
 
 PLIST_FILES=	bin/stockfish
-PLIST_DIRSTRY=	share/data/${PORTNAME} \
-		share/docs/${PORTNAME}
 
 TGTBLD=		build
 MYCC=		gcc


More information about the svn-ports-head mailing list