summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-05-16 22:54:08 +0000
committeradrianp <adrianp>2006-05-16 22:54:08 +0000
commit3b0d549bb0b0c7a422e453ad6e8100dd88d3f547 (patch)
tree721ae287c50cc4d1a3c6f2d75a9d9b56688c73da /sysutils/syslog-ng
parentdd40ba82c952471e39fc7a9801d1d512ac026c86 (diff)
downloadpkgsrc-3b0d549bb0b0c7a422e453ad6e8100dd88d3f547.tar.gz
Rename spoof option to syslogng-spoof
Use PKG_OPTIONS_LEGACY_OPTS to transition.
Diffstat (limited to 'sysutils/syslog-ng')
-rw-r--r--sysutils/syslog-ng/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile
index da2a774f429..e75c3307a18 100644
--- a/sysutils/syslog-ng/Makefile
+++ b/sysutils/syslog-ng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/14 19:56:05 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2006/05/16 22:54:08 adrianp Exp $
DISTNAME= syslog-ng-1.6.11
CATEGORIES= sysutils
@@ -32,14 +32,16 @@ SUBST_MESSAGE.conf= Fixing configuration file paths.
BUILDLINK_API_DEPENDS.libol+= libol>=0.3.0
PKG_OPTIONS_VAR= PKG_OPTIONS.syslog-ng
-PKG_SUPPORTED_OPTIONS= spoof
+PKG_SUPPORTED_OPTIONS= syslogng-spoof
+
+PKG_OPTIONS_LEGACY_OPTS+= spoof:syslogng-spoof
.include "../../mk/bsd.options.mk"
#
# spoof the original source address of forwarded syslog packets
#
-.if !empty(PKG_OPTIONS:Mspoof)
+.if !empty(PKG_OPTIONS:Msyslogng-spoof)
CONFIGURE_ARGS+= --enable-spoof-source
.include "../../devel/libnet11/buildlink3.mk"
BUILDLINK_API_DEPENDS.libnet+= libnet>=1.1.2.1