diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-10 18:16:38 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-10 18:16:38 +0000 |
commit | b7bec7d93ba6ef221e60627552fef23f089e75dd (patch) | |
tree | caf75042dfe4b054ae41cd0419ef01897d95b241 /security/xyssl/files | |
parent | d01f1f816778d3a7d34110e01cb452925bdabc62 (diff) |
Notes
Diffstat (limited to 'security/xyssl/files')
-rw-r--r-- | security/xyssl/files/patch-Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/security/xyssl/files/patch-Makefile b/security/xyssl/files/patch-Makefile index 1845d1217ebf..91473e573026 100644 --- a/security/xyssl/files/patch-Makefile +++ b/security/xyssl/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2008-03-16 14:23:22.000000000 +0000 -+++ Makefile 2009-01-02 23:45:48.380520000 +0000 -@@ -1,6 +1,6 @@ +--- Makefile.orig 2008-03-16 23:23:22.000000000 +0900 ++++ Makefile 2012-07-12 22:47:37.000000000 +0900 +@@ -1,26 +1,26 @@ -DESTDIR=/usr/local -PREFIX=xyssl_ @@ -9,7 +9,11 @@ .SILENT: -@@ -10,17 +10,17 @@ + all: +- cd library && make all && cd .. +- cd programs && make all && cd .. ++ cd library && $(MAKE) all && cd .. ++ cd programs && $(MAKE) all && cd .. install: mkdir -p $(DESTDIR)/include/xyssl |