mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
2a77ee7578
- Use new Makefile header format Feature safe: yes
25 lines
714 B
Plaintext
25 lines
714 B
Plaintext
--- plugins/peopsxgl/Makefile.am.orig 2011-01-21 18:18:40.882339497 +0100
|
|
+++ plugins/peopsxgl/Makefile.am 2011-01-21 18:20:06.105901151 +0100
|
|
@@ -1,11 +1,11 @@
|
|
AM_CPPFLAGS = -DPIXMAPDIR=\"${datadir}/pixmaps/\" \
|
|
-DLOCALE_DIR=\"${datadir}/locale/\" \
|
|
- -DDATADIR=\"${datadir}/psemu/\" \
|
|
+ -DDATADIR=\"${datadir}/pcsxr/\" \
|
|
$(GTK3_CFLAGS) \
|
|
-I../../libpcsxcore -I../../include
|
|
|
|
-bindir = @libdir@/games/psemu/
|
|
-libdir = @libdir@/games/psemu/
|
|
+bindir = @libdir@/pcsxr/
|
|
+libdir = @libdir@/pcsxr/
|
|
|
|
lib_LTLIBRARIES = libpeopsxgl.la
|
|
|
|
@@ -19,5 +19,5 @@
|
|
cfgpeopsxgl_LDADD = $(GTK3_LIBS)
|
|
|
|
glade_DATA = gpucfg/peopsxgl.ui
|
|
-gladedir = $(datadir)/psemu/
|
|
+gladedir = $(datadir)/pcsxr/
|
|
EXTRA_DIST = $(glade_DATA)
|