summaryrefslogtreecommitdiff
path: root/www/aws/patches/patch-be
blob: 42abf55dbe86b6f6da375b045a6292e041f627a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-be,v 1.1.1.1 2011/02/11 16:48:53 drochner Exp $

--- ssl/makefile.orig	2011-02-11 11:11:02.000000000 +0000
+++ ssl/makefile
@@ -33,8 +33,8 @@ check:
 setup:
 
 install:
-	$(CP) *.ad[sb] $(I_INC)
-	$(CP) ../$(BDIR)/static/lib/ssl/* $(I_LIB)/static
+	$(CP) *.ad[sb] $(DESTDIR)$(I_INC)
+	$(CP) ../$(BDIR)/static/lib/ssl/* $(DESTDIR)$(I_LIB)/static
 ifeq (${ENABLE_SHARED}, true)
-	$(CP) ../$(BDIR)/relocatable/lib/ssl/* $(I_LIB)/relocatable
+	$(CP) ../$(BDIR)/relocatable/lib/ssl/* $(DESTDIR)$(I_LIB)/relocatable
 endif