diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-27 10:30:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-27 10:30:40 +0000 |
commit | 61cd1d3e0654799a4bb56ca09de5925db9d47407 (patch) | |
tree | ce88e7d50db962be199e7fed8b85bbb10a126b06 /Mk/bsd.openssl.mk | |
parent | - Update to 2.9.11 (diff) |
- add a MAINTAINER line
Notes
Notes:
svn path=/head/; revision=87777
Diffstat (limited to 'Mk/bsd.openssl.mk')
-rw-r--r-- | Mk/bsd.openssl.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.openssl.mk b/Mk/bsd.openssl.mk index 0d8d2df2e400..a36a309dc937 100644 --- a/Mk/bsd.openssl.mk +++ b/Mk/bsd.openssl.mk @@ -2,7 +2,7 @@ # Date created: 31 May 2002 # Whom: dinoex # -# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.5 2003-05-07 20:08:00 dinoex Exp $ +# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.6 2003-08-27 10:30:40 dinoex Exp $ # # this substitutes USE_OPENSSL=yes # just include this makefile after bsd.ports.pre.mk @@ -27,6 +27,8 @@ # MAKE_ENV - extended with the variables above # LIB_DEPENDS - are added if needed +OpenSSL_Include_MAINTAINER= dinoex@FreeBSD.org + # honor obsolete options for a bit .if defined(USE_OPENSSL_BASE) && !defined(WITH_OPENSSL_BASE) WITH_OPENSSL_BASE=yes |