mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6e142b8c7f
patched to work with Linux. Alter our patches to work correctly with the patched distfile. Make myself MAINTAINER.
16 lines
447 B
Plaintext
16 lines
447 B
Plaintext
*** Imakefile.orig Tue Jul 28 19:56:27 1992
|
|
--- Imakefile Sun Apr 12 12:09:36 1998
|
|
***************
|
|
*** 1,5 ****
|
|
|
|
! SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xpipescores\"
|
|
MAXSCORES = -DMAXSCORES=20
|
|
DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV
|
|
|
|
--- 1,5 ----
|
|
|
|
! SCORE_FILE = -DSCORE_FILE=\"/usr/X11R6/lib/X11/xpipescores\"
|
|
MAXSCORES = -DMAXSCORES=20
|
|
DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV
|
|
|