summaryrefslogtreecommitdiff
path: root/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild')
-rw-r--r--net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild
index 43814cccdc9c..672c9d925083 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.15.ebuild
@@ -22,13 +22,13 @@ RDEPEND="
${DEPEND}
net-dialup/ppp"
-DOCS=(CREDITS README.md BUGS CHANGES TODO doc/README.patents)
+DOCS=( CREDITS README.md BUGS CHANGES TODO doc/README.patents )
src_compile() {
tc-export CC
local OSFLAGS="-DLINUX"
use kernel && OSFLAGS+=" -DUSE_KERNEL"
- emake OSFLAGS="$OSFLAGS"
+ emake OSFLAGS="${OSFLAGS}"
}
src_install() {