freebsd-ports/games/atomix/files/patch-src::Makefile.in
Alexander Nedotsukov f0b54ef394 Update to 1.0
Thanks to marcus@ for solving xml:lang issue.
2003-12-11 02:05:07 +00:00

12 lines
346 B
Text

--- src/Makefile.in.orig Thu Dec 11 10:54:14 2003
+++ src/Makefile.in Thu Dec 11 10:55:37 2003
@@ -447,7 +447,8 @@
mostlyclean distclean maintainer-clean
-@INTLTOOL_XML_RULE@
+%.xml: %.xml.in
+ @cp $< $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.