diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-05-16 22:54:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-05-16 22:54:08 +0000 |
commit | 877736293ab63cef95371e96354a740b8c488286 (patch) | |
tree | 721ae287c50cc4d1a3c6f2d75a9d9b56688c73da /sysutils | |
parent | e881d3d0d0bfb384a3343ae627e9910d9952719b (diff) | |
download | pkgsrc-877736293ab63cef95371e96354a740b8c488286.tar.gz |
Rename spoof option to syslogng-spoof
Use PKG_OPTIONS_LEGACY_OPTS to transition.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/syslog-ng/Makefile | 8 |
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 |