diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-30 05:39:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-30 05:39:34 +0800 |
commit | 977580ab4ca627f1a9f7f413bb8d2edb8a778861 (patch) | |
tree | f42a4058ae04357a5edc29c243bfee294411296b /games | |
parent | 166b86cf27ef62d2dfc3a33108db9b4236c0224a (diff) | |
download | freebsd-ports-gnome-977580ab4ca627f1a9f7f413bb8d2edb8a778861.tar.gz freebsd-ports-gnome-977580ab4ca627f1a9f7f413bb8d2edb8a778861.tar.zst freebsd-ports-gnome-977580ab4ca627f1a9f7f413bb8d2edb8a778861.zip |
Do not try to remove directories not created by the port
Diffstat (limited to 'games')
-rw-r--r-- | games/stockfish/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile index 1a9918a7d2ce..ed99a8e9d50c 100644 --- a/games/stockfish/Makefile +++ b/games/stockfish/Makefile @@ -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 |