diff options
Diffstat (limited to 'devel/py-grouch/Makefile')
-rw-r--r-- | devel/py-grouch/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-grouch/Makefile b/devel/py-grouch/Makefile index 0bcd44a20da0..2d31932966a6 100644 --- a/devel/py-grouch/Makefile +++ b/devel/py-grouch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-grouch -# Date created: 6 September 2001 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# +# Created by: Johann Visagie <wjv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= grouch PORTVERSION= 0.4 @@ -20,6 +16,7 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Grouch +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} |