Date: Sat, 29 Jun 2013 21:39:34 +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: r322063 - head/games/stockfish Message-ID: <201306292139.r5TLdY5r021751@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306292139.r5TLdY5r021751>