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/liboping | |
| parent | Pick up. (diff) | |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/liboping')
| -rw-r--r-- | net/liboping/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/liboping/Makefile b/net/liboping/Makefile index dacbde315674..5cca6b079b18 100644 --- a/net/liboping/Makefile +++ b/net/liboping/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: liboping -# Date created: Sat Sep 29 03:38:37 PDT 2007 -# Whom: Matt Peterson <matt@peterson.org> -# +# Created by: Matt Peterson <matt@peterson.org> # $FreeBSD$ -# PORTNAME= liboping PORTVERSION= 0.3.5 @@ -22,4 +18,5 @@ MAN3= liboping.3 ping_construct.3 ping_setopt.3 ping_host_add.3 \ ping_iterator_get_info.3 ping_iterator_get_context.3 MAN8= oping.8 +NO_STAGE= yes .include <bsd.port.mk> |
