b6c071b449
An enhanced version of games/xpilot. The two ports won't conflict, as I made this one use the -ng suffix. PR: ports/56690 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
11 lines
343 B
Text
11 lines
343 B
Text
--- lib/textures/Makefile.in.orig Thu Sep 11 03:32:37 2003
|
|
+++ lib/textures/Makefile.in Thu Sep 11 03:32:54 2003
|
|
@@ -18,7 +18,7 @@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
-pkglibdir = $(libdir)/@PACKAGE@
|
|
+pkglibdir = $(datadir)/xpilot-ng
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = ../..
|
|
|