diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/dhcprelya | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) |
Notes
Diffstat (limited to 'net/dhcprelya')
-rw-r--r-- | net/dhcprelya/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhcprelya/Makefile b/net/dhcprelya/Makefile index 498ceb83c759..329188187a83 100644 --- a/net/dhcprelya/Makefile +++ b/net/dhcprelya/Makefile @@ -1,6 +1,5 @@ # Created by: Sergey Matveychuk <sem@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dhcprelya PORTVERSION= 4.7 @@ -27,6 +26,7 @@ PLIST_FILES= sbin/${PORTNAME} lib/${PORTNAME}_log_plugin.so \ #OPTIONS_DEFINE= RADIUS_PLUGIN RADIUS_PLUGIN_PLUGIN_DESC= build radius plugin +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRADIUS_PLUGIN} |