1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/apache20/files/patch-srclib:apr:Makefile.in

23 lines
613 B
Plaintext
Raw Normal View History

--- srclib/apr/Makefile.in.orig Wed Apr 4 05:32:06 2001
+++ srclib/apr/Makefile.in Sun Apr 8 03:33:43 2001
@@ -37,8 +37,8 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+libdir=$(prefix)/lib
+includedir=$(prefix)/include/apache
delete-lib:
@if test -f $(TARGET_LIB); then \
@@ -58,7 +58,7 @@
if [ ! -d $(libdir) ]; then \
./build/mkdir.sh $(libdir); \
fi; \
- libtool --mode=install cp $(TARGET_LIB) $(libdir)
+ ../../libtool --mode=install cp $(TARGET_LIB) $(libdir)
$(TARGET_LIB):
@for i in $(SUBDIRS); do objects="$$objects $$i/*.lo"; done ; \