1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/xscrabble/files/patch-aa
Steve Price 289b6f579d - Add primary site to MASTER_SITES
- Support CFLAGS properly
- /usr/bin/perl -> PERL
- Add WWW: line into pkg/DESCR

PR:		16279
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-24 06:01:01 +00:00

21 lines
646 B
Plaintext

--- Imakefile.orig Tue Mar 11 14:56:29 1997
+++ Imakefile Tue Jan 18 00:00:00 2000
@@ -1,5 +1,5 @@
-#define PassCDebugFlags 'CDEBUGFLAGS= -O'
+#define PassCDebugFlags 'CDEBUGFLAGS= $(CDEBUGFLAGS)'
#define IHaveSubdirs
SUBDIRS = Xc src
@@ -9,3 +9,10 @@
MakeLintLibSubdirs($(SUBDIRS))
MakeLintSubdirs($(SUBDIRS),install.ln,install.ln)
+InstallNamedNonExec(XScrabble.ad,XScrabble,$(LIBDIR)/app-defaults)
+InstallNonExecFile(OSPD3.gz,$(LIBDIR)/xscrabble)
+InstallNonExecFile(scrabble_permutations,$(LIBDIR)/xscrabble)
+InstallNonExecFile(xscrabble.scores,$(LIBDIR)/xscrabble)
+
+install::
+ @chmod a+rw $(LIBDIR)/xscrabble/xscrabble.scores