1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/apache21/files/patch-srclib:apr:Makefile.in
Will Andrews cfa00f01bb Bring in Apache 2.0.16-beta. Just in time for the release...
PR:		26410
Submitted by:	Chang, Hye-Shik <perky@python.or.kr>
Repocopied by:	asami
2001-04-13 04:43:48 +00:00

23 lines
613 B
Plaintext

--- 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 ; \