1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/irc/irssi-devel/files/patch-af
Will Andrews 7001c025d0 Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"
commit.  (Of course I have to fix all his stuff anyway. ;-)

First diff submitted by:	jim (MAINATAINER)
Gmake-related crap fixed by:	will (the added patch)
2000-05-23 21:55:21 +00:00

12 lines
435 B
Plaintext

--- plugins/perl/Makefile.in Sat Mar 11 15:10:46 2000
+++ plugins/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.