pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/pure-ftpd And also rewrite certificate file path i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16f235f1a82d
branches:  trunk
changeset: 532641:16f235f1a82d
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Aug 26 08:06:48 2007 +0000

description:
And also rewrite certificate file path in document.

diffstat:

 net/pure-ftpd/options.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 93682ad9657d -r 16f235f1a82d net/pure-ftpd/options.mk
--- a/net/pure-ftpd/options.mk  Sun Aug 26 01:27:04 2007 +0000
+++ b/net/pure-ftpd/options.mk  Sun Aug 26 08:06:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2006/11/15 18:09:19 ghen Exp $
+# $NetBSD: options.mk,v 1.8 2007/08/26 08:06:48 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pureftpd
 PKG_SUPPORTED_OPTIONS= ldap mysql pgsql ssl virtualchroot utf8
@@ -29,6 +29,10 @@
 .  include "../../security/openssl/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-tls
 CONFIGURE_ARGS+=       --with-certfile=${SSLKEYS}/pure-ftpd.pem
+SUBST_CLASSES+=                cert
+SUBST_STAGE.cert=      pre-configure
+SUBST_FILES.cert=      README README.TLS
+SUBST_SED.cert=                -e "s|/etc/ssl/private|${SSLKEYS}|g"
 .endif
 
 .if !empty(PKG_OPTIONS:Mvirtualchroot)



Home | Main Index | Thread Index | Old Index