diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-02 00:03:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-02 00:03:27 +0000 |
commit | 021889ff9302f35f6f734ef020ea87935334670a (patch) | |
tree | 1bcd38390a8ae6d1bc2cd9c653b98f7b495bd655 /games/xpilot-ng/files/patch-ea | |
parent | - Update to 2.2 (diff) |
- Fix installation of mapconvert.py
PR: ports/62235
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | games/xpilot-ng/files/patch-ea | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xpilot-ng/files/patch-ea b/games/xpilot-ng/files/patch-ea new file mode 100644 index 000000000000..b16ed221fcbb --- /dev/null +++ b/games/xpilot-ng/files/patch-ea @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Feb 2 00:00:41 2004 ++++ Makefile.in Mon Feb 2 00:00:49 2004 +@@ -17,7 +17,7 @@ + srcdir = @srcdir@ + top_srcdir = @top_srcdir@ + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/xpilot-ng + pkglibdir = $(libdir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + top_builddir = . |