diff options
Diffstat (limited to 'converters/zbase32/Makefile')
-rw-r--r-- | converters/zbase32/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/zbase32/Makefile b/converters/zbase32/Makefile index c5fa700c2dc4..9f9e42330aef 100644 --- a/converters/zbase32/Makefile +++ b/converters/zbase32/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zbase32 -# Date created: 1st,Oct 2008 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= zbase32 PORTVERSION= 1.1.5 @@ -20,4 +16,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> |