diff options
author | martti <martti@pkgsrc.org> | 2004-12-13 06:56:18 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-12-13 06:56:18 +0000 |
commit | f9f5ca1ed1b7ca711da470156e13fe139837acec (patch) | |
tree | 53f1232abdaf976f3906325d74e92f335af9a633 | |
parent | 9e98fb4b4e5b0a4635e98e3e473dc6e1f2613edc (diff) | |
download | pkgsrc-f9f5ca1ed1b7ca711da470156e13fe139837acec.tar.gz |
Use PKG_OPTIONS.proftpd instead of PROFTPD_OPTIONS (pkg/28574)
-rw-r--r-- | net/proftpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 8d2be328b29..df8eb9f6c20 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/11/18 23:02:00 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/12/13 06:56:18 martti Exp $ DISTNAME= proftpd-1.2.10 CATEGORIES= net @@ -28,8 +28,8 @@ RCD_SCRIPTS= proftpd CONF_FILES= ${PREFIX}/share/examples/proftpd/basic.conf \ ${PKG_SYSCONFDIR}/proftpd.conf -PKG_SUPPORTED_OPTIONS = PAM wrap quota -PKG_OPTIONS_VAR = PROFTPD_OPTIONS +PKG_SUPPORTED_OPTIONS = PAM wrap quota pgsql +PKG_OPTIONS_VAR = PKG_OPTIONS.proftpd # This (or something like this must be in mk/bsd.options.mk) to allow # to see the supported options |