diff options
Diffstat (limited to 'textproc/c2html/Makefile')
-rw-r--r-- | textproc/c2html/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile index 1a08e677712c..1cf40208888f 100644 --- a/textproc/c2html/Makefile +++ b/textproc/c2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: c2html -# Date created: 28 October 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= c2html PORTVERSION= 0.9.6 @@ -18,6 +14,7 @@ USE_AUTOTOOLS= autoconf213 MAN1= c2html.1 +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |