diff options
Diffstat (limited to 'devel/py-parsedatetime/Makefile')
-rw-r--r-- | devel/py-parsedatetime/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-parsedatetime/Makefile b/devel/py-parsedatetime/Makefile index 2d8330b0b9f3..fb3c427b9779 100644 --- a/devel/py-parsedatetime/Makefile +++ b/devel/py-parsedatetime/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-parsedatetime -# Date created: Feb. 24, 2007 -# Whom: Li-Wen Hsu <lwhsu@lwhsu.org> -# +# Created by: Li-Wen Hsu <lwhsu@lwhsu.org> # $FreeBSD$ -# PORTNAME= parsedatetime PORTVERSION= 0.8.7 @@ -23,6 +19,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} EXAMPLES= README.txt basic.py with_locale.py +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |