diff options
author | tron <tron> | 2007-05-03 14:23:42 +0000 |
---|---|---|
committer | tron <tron> | 2007-05-03 14:23:42 +0000 |
commit | 6bb7412dbf0162f93640072e096bd6eec0f9268a (patch) | |
tree | 7ae4f1bd05739e8aff8c7833a5d948eaa9919fa1 /security/openssl/Makefile | |
parent | 44e71a4ac84368a26b61d8a3f5d8c07b1b79e511 (diff) | |
download | pkgsrc-6bb7412dbf0162f93640072e096bd6eec0f9268a.tar.gz |
Fix typo in "SUBST_MESSAGE.dl".
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 48b4157328c..35f839ecbda 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2007/04/26 21:11:05 tron Exp $ +# $NetBSD: Makefile,v 1.125 2007/05/03 14:23:42 tron Exp $ OPENSSL_SNAPSHOT?= # empty OPENSSL_STABLE?= # empty @@ -81,7 +81,7 @@ CONFIGURE_ARGS+= irix64-mips4-cc .include "../../mk/dlopen.buildlink3.mk" SUBST_CLASSES+= dl -SUBST_MESSAGE.dl= Adding dynmamic link compatibility library. +SUBST_MESSAGE.dl= Adding dynamic link compatibility library. SUBST_STAGE.dl= post-configure SUBST_FILES.dl= Makefile apps/Makefile crypto/Makefile \ crypto/pkcs7/Makefile fips/Makefile test/Makefile |