mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
- Add a LOCAL mirror - Use REINPLACE_CMD instead of SED - Cleanup Makefile (wrap long lines, remove useless comments) Approved by: ehaupt (mentor) Feature safe: yes
26 lines
745 B
Text
26 lines
745 B
Text
--- plugins/dfnet/Makefile.am.orig 2011-01-25 07:30:51.232551129 +0100
|
|
+++ plugins/dfnet/Makefile.am 2011-01-25 16:39:03.458776989 +0100
|
|
@@ -1,5 +1,5 @@
|
|
-bindir = @libdir@/games/psemu/
|
|
-libdir = @libdir@/games/psemu/
|
|
+bindir = @libdir@/pcsxr/
|
|
+libdir = @libdir@/pcsxr/
|
|
|
|
lib_LTLIBRARIES = libDFNet.la
|
|
|
|
@@ -7,7 +7,7 @@
|
|
libDFNet_la_LDFLAGS = -module -avoid-version
|
|
|
|
AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \
|
|
- -DDATADIR=\"${datadir}/psemu/\" \
|
|
+ -DDATADIR=\"${datadir}/pcsxr/\" \
|
|
$(GTK2_CFLAGS) $(GLADE2_CFLAGS) \
|
|
-I../../libpcsxcore -I../../include
|
|
|
|
@@ -16,5 +16,5 @@
|
|
cfgDFNet_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS)
|
|
|
|
glade_DATA = dfnet.ui
|
|
-gladedir = $(datadir)/psemu/
|
|
+gladedir = $(datadir)/pcsxr
|
|
EXTRA_DIST = $(glade_DATA)
|