mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0095d3ed79
PR: 17362 Submitted by: Maxim Sobolev <sobomax@altavista.net>
14 lines
442 B
Plaintext
14 lines
442 B
Plaintext
--- Makefile.in.orig Mon Mar 13 21:21:22 2000
|
|
+++ Makefile.in Mon Mar 13 21:34:53 2000
|
|
@@ -446,8 +446,8 @@
|
|
chmod 666 $(target)/Maelstrom-Scores
|
|
|
|
install_gamedocs:
|
|
- sh mkinstalldirs $(target)/
|
|
- cp -rv README* COPYING* Docs* $(target)/
|
|
+ sh mkinstalldirs $(prefix)/share/doc/Maelstrom/
|
|
+ cp -rv README* COPYING* Docs/* $(prefix)/share/doc/Maelstrom/
|
|
|
|
# Rule to build tar-gzipped distribution package
|
|
$(PACKAGE)-$(VERSION).tar.gz: dist
|