1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/emulators/pcsxr/files/patch-plugins-dfnet-Makefile.am
Ganael LAPLANCHE 2a77ee7578 - Update to svn rev. 84102
- Use new Makefile header format

Feature safe:	yes
2013-04-19 07:40:04 +00:00

27 lines
714 B
Plaintext

--- plugins/dfnet/Makefile.am.orig 2012-11-07 17:26:37.000000000 +0100
+++ plugins/dfnet/Makefile.am 2012-11-07 17:28:04.000000000 +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/\" \
$(GTK3_CFLAGS) \
-I../../libpcsxcore -I../../include
@@ -16,5 +16,5 @@
cfgDFNet_LDADD = $(GTK3_LIBS)
glade_DATA = dfnet.ui
-gladedir = $(datadir)/psemu/
+gladedir = $(datadir)/pcsxr/
EXTRA_DIST = $(glade_DATA)