diff options
Diffstat (limited to 'deskutils/tel/Makefile')
-rw-r--r-- | deskutils/tel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/tel/Makefile b/deskutils/tel/Makefile index 59f9c743dac7..77263911e740 100644 --- a/deskutils/tel/Makefile +++ b/deskutils/tel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tel -# Date created: 7 March 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tel PORTVERSION= 0.1.7.1 @@ -19,4 +15,5 @@ USES= gettext USE_PYTHON= yes USE_PYDISTUTILS=yes +NO_STAGE= yes .include <bsd.port.mk> |