1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/EZWGL/files/patch-ai
Michael Haro d6991558c7 Update port to 1.50
PR:		18049
Submitted by:	    KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-19 19:58:05 +00:00

17 lines
509 B
Plaintext

--- Makefile.in.orig Sat Dec 4 06:48:54 1999
+++ Makefile.in Sat Apr 8 18:00:00 2000
@@ -25,11 +25,11 @@
all shared static:
@for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done
- @for I in ${sampledirs}; do (cd $$I; ${MAKE}); done
+# @for I in ${sampledirs}; do (cd $$I; ${MAKE}); done
install install-shared install-static:
- @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=/usr/local \
+ @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(prefix) \
$@ || exit 1); done
clean: