pkgsrc/security/openssl/patches/patch-ae
jlam efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00

15 lines
431 B
Text

$NetBSD: patch-ae,v 1.6 2002/08/25 19:23:19 jlam Exp $
--- tools/Makefile.ssl.orig Thu Apr 29 16:52:08 1999
+++ tools/Makefile.ssl
@@ -31,8 +31,8 @@
done;
@for i in $(MISC_APPS) ; \
do \
- (cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i; \
- chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
+ (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i; \
+ chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i ); \
done;
files: