diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
commit | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch) | |
tree | c2a277255180b245cfa87a4181d9de646edc05c4 /dns/tinystats | |
parent | cf104c570b6057a060aff137032968074d18b40d (diff) | |
download | ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.tar.gz ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.zip |
Notes
Diffstat (limited to 'dns/tinystats')
-rw-r--r-- | dns/tinystats/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/tinystats/Makefile b/dns/tinystats/Makefile index e9387168aeea..2e41094999ff 100644 --- a/dns/tinystats/Makefile +++ b/dns/tinystats/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tinystats -# Date created: 07 July 2005 -# Whom: Filippo Natali <filippo.natali@gmail.com> -# +# Created by: Filippo Natali <filippo.natali@gmail.com> # $FreeBSD$ -# PORTNAME= tinystats PORTVERSION= 1.1 @@ -27,6 +23,7 @@ PLIST_FILES= bin/tinystats \ PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= README LICENSE THANKS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} |