diff options
Diffstat (limited to 'www/tntnet/Makefile')
-rw-r--r-- | www/tntnet/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/tntnet/Makefile b/www/tntnet/Makefile index 2a9161353ffa..c826243a6479 100644 --- a/www/tntnet/Makefile +++ b/www/tntnet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tntnet -# Date created: Wed Apr 14 18:11:42 CEST 2010 -# Whom: Juergen Lock <nox@freebsd.org> -# +# Created by: Juergen Lock <nox@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tntnet PORTVERSION= 2.1 @@ -40,6 +36,7 @@ MAN8= tntnet.8 USERS= www GROUPS= www +NO_STAGE= yes post-configure: ${REINPLACE_CMD} 's/^\(#define[[:space:]]*HAVE_SENDFILE[[:space:]]*\).*/\1\0/' ${WRKSRC}/framework/common/config.h |