diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-27 14:14:03 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-27 14:14:03 +0800 |
commit | 900531be02031d460aa67f30419e11b88f4793a5 (patch) | |
tree | 9fb7f57b501618cde2fc6c63cd6fb55ac800c0a6 /security/openvpn/Makefile | |
parent | 8e271e9fa1cec635d3e517862641269e59a0d241 (diff) | |
download | freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.gz freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.zst freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.zip |
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
Diffstat (limited to 'security/openvpn/Makefile')
-rw-r--r-- | security/openvpn/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index f1c5cf8d0007..8239c8c12887 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -36,8 +36,6 @@ SUB_LIST+= OSVERSION=${OSVERSION} .include <bsd.port.pre.mk> -SUB_LIST+= RCSFX=${RC_SUBR_SUFFIX} - .ifdef (LOG_OPENVPN) CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN} .endif |