diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-05-01 20:19:28 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-05-01 20:19:28 +0000 |
commit | 12a4b8269212c88a093406f6c8f68b60dbdef308 (patch) | |
tree | 86c362774b7707c6bed105f601c146902078742c /games | |
parent | 546a427a277777b1a1d94db5154253369d112316 (diff) | |
download | ports-12a4b8269212c88a093406f6c8f68b60dbdef308.tar.gz ports-12a4b8269212c88a093406f6c8f68b60dbdef308.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/golddig/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile index 84adbff661d0..fd0aecb75e98 100644 --- a/games/golddig/Makefile +++ b/games/golddig/Makefile @@ -23,8 +23,6 @@ pre-patch: done; ${MV} golddig2/* .) pre-install: - @${MKDIR} ${PREFIX}/bin @${MKDIR} ${PREFIX}/lib/golddig - @${MKDIR} ${PREFIX}/man/man6 .include <bsd.port.mk> |