mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
38ae599271
post-extract rule
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
--- gnome-stones/Makefile.in.orig Sun Sep 26 13:29:10 1999
|
|
+++ gnome-stones/Makefile.in Mon Sep 27 09:36:59 1999
|
|
@@ -147,7 +147,7 @@
|
|
Games_DATA = gnome-stones.desktop
|
|
Caves_DATA = default.caves tutorial.caves gnomekoban.caves
|
|
|
|
-gtkrcdir = $(datadir)
|
|
+gtkrcdir = $(datadir)/gnome-stones
|
|
gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko
|
|
|
|
Mimedir = $(datadir)/mime-info
|
|
--- gnome-stones/objects/Makefile.in.orig Sun Sep 26 13:29:11 1999
|
|
+++ gnome-stones/objects/Makefile.in Mon Sep 27 09:36:59 1999
|
|
@@ -127,5 +127,5 @@
|
|
|
|
GSTONES_SRC_DIR = $(srcdir)/../
|
|
|
|
-objectdir = $(libdir)/gnome-stones/objects
|
|
+objectdir = $(datadir)/gnome-stones/objects
|
|
|
|
@@ -144,10 +144,10 @@
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
LIBS = @LIBS@
|
|
-libgnome_stones_la_LDFLAGS =
|
|
+libgnome_stones_la_LDFLAGS = -avoid-version
|
|
libgnome_stones_la_LIBADD =
|
|
libgnome_stones_la_OBJECTS = gnome-stones.lo
|
|
-libgnomekoban_la_LDFLAGS =
|
|
+libgnomekoban_la_LDFLAGS = -avoid-version
|
|
libgnomekoban_la_LIBADD =
|
|
libgnomekoban_la_OBJECTS = gnomekoban.lo
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|