diff options
Diffstat (limited to 'devel/py-cfgparse')
-rw-r--r-- | devel/py-cfgparse/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-cfgparse/Makefile b/devel/py-cfgparse/Makefile index 003aabf52c09..76d643fde426 100644 --- a/devel/py-cfgparse/Makefile +++ b/devel/py-cfgparse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cfgparse -# Date created: March 18, 2008 -# Whom: John Ferrell -# +# Created by: John Ferrell # $FreeBSD$ -# PORTNAME= cfgparse PORTVERSION= 1.2 @@ -23,6 +19,7 @@ PYDISTUTILS_EGGINFO= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-v01_02-${PYTHON DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |