diff options
Diffstat (limited to 'www/py-HTMLgen/Makefile')
-rw-r--r-- | www/py-HTMLgen/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/py-HTMLgen/Makefile b/www/py-HTMLgen/Makefile index c1b73f7b4182..3245dd1eab13 100644 --- a/www/py-HTMLgen/Makefile +++ b/www/py-HTMLgen/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: HTMLgen -# Date created: 03/20/1999 -# Whom: nectar@FreeBSD.org -# +# Created by: nectar@FreeBSD.org # $FreeBSD$ -# PORTNAME= HTMLgen PORTVERSION= 2.2.2 @@ -26,6 +22,7 @@ PORTDOCS= * .endif .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${TAR} -C ${WRKSRC} -cf - README html image | \ |