diff options
Diffstat (limited to 'ftp/tnftpd/Makefile')
-rw-r--r-- | ftp/tnftpd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/tnftpd/Makefile b/ftp/tnftpd/Makefile index 766d8c167224..04c82b190c18 100644 --- a/ftp/tnftpd/Makefile +++ b/ftp/tnftpd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tnftpd -# Date created: 3 August 2003 -# Whom: ports -# +# Created by: ports # $FreeBSD$ -# PORTNAME= tnftpd PORTVERSION= 20130325 @@ -17,6 +13,7 @@ USE_AUTOTOOLS= aclocal automake libtool AUTOMAKE_ARGS= --add-missing ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900007 |