diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
commit | ea8ff22cff3d553574b25de8cfd89024ab2cb22e (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/l2tpd | |
parent | f4e54587cbf7898bdbed25ffd7a865f48f22cc34 (diff) | |
download | freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.gz freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.zst freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/l2tpd')
-rw-r--r-- | net/l2tpd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index ee305c0f7b62..e88c83c0d6f9 100644 --- a/net/l2tpd/Makefile +++ b/net/l2tpd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: l2tpd -# Date created: 22 October 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= l2tpd PORTVERSION= 0.69 @@ -17,6 +13,7 @@ COMMENT= An implementation of the layer two tunneling protocol MAN5= l2tp-secrets.5 l2tpd.conf.5 MAN8= l2tpd.8 +NO_STAGE= yes .include <bsd.port.pre.mk> do-configure: |