openbsd-ports/devel/swig/patches/patch-ab
kevlo 32620295b0 - Update to version 1.3a3
- Add HOMEPAGE
- Bump NEED_VERSION
2000-08-18 01:30:07 +00:00

12 lines
308 B
Plaintext

--- Runtime/Makefile.in.orig Fri Aug 18 01:33:44 2000
+++ Runtime/Makefile.in Fri Aug 18 01:34:18 2000
@@ -25,7 +25,7 @@
@for i in $(LIBS); \
do \
if [ -f $$i ]; then \
- $(LIBTOOL) install -c $$i $(LIB_DIR)/$$i; \
+ $(LIBTOOL) install -c $$i $(DESTDIR)$(LIB_DIR)/$$i; \
fi; \
done;