mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
468 B
Plaintext
14 lines
468 B
Plaintext
--- Imakefile.orig Tue Mar 11 06:56:29 1997
|
|
+++ Imakefile Sun Jul 27 10:43:53 1997
|
|
@@ -9,3 +9,10 @@
|
|
MakeLintLibSubdirs($(SUBDIRS))
|
|
MakeLintSubdirs($(SUBDIRS),install.ln,install.ln)
|
|
|
|
+InstallNamedNonExec(XScrabble.ad,XScrabble,$(LIBDIR)/app-defaults)
|
|
+InstallNonExecFile(OSPD3.gz,@XSCRABBLEDIR@)
|
|
+InstallNonExecFile(scrabble_permutations,@XSCRABBLEDIR@)
|
|
+InstallNonExecFile(xscrabble.scores,@XSCRABBLEDIR@)
|
|
+
|
|
+install::
|
|
+ @chmod a+rw @XSCRABBLEDIR@/xscrabble.scores
|