1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/irc/irssi/files/patch-af
Jim Mock 2fddf56a32 Update to version 0.7.90. The author has removed all GTK/GNOME bits for
the time being, but says ``they might come back later'', but for now this
is a text-only client.

Submitted by:	ade
2000-06-12 19:16:51 +00:00

12 lines
427 B
Plaintext

--- src/perl/Makefile.in Sat Mar 11 15:10:46 2000
+++ src/perl/Makefile.in.new Fri May 19 20:36:24 2000
@@ -240,7 +240,7 @@
cd xs && if [ ! -f Makefile ]; then $(perlpath) Makefile.PL; fi && $(MAKE) && cd ..
install-exec-local:
- cd xs && make install && cd ..
+ ${MAKE} -C xs install
# 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.