diff options
Diffstat (limited to 'devel/cgilib/Makefile')
-rw-r--r-- | devel/cgilib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/cgilib/Makefile b/devel/cgilib/Makefile index 3e89dd85bf76..1e95bea305ac 100644 --- a/devel/cgilib/Makefile +++ b/devel/cgilib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgilib -# Date created: 8 May 2005 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cgilib PORTVERSION= 0.7 @@ -24,6 +20,7 @@ MAN3= cgiDebug.3 cgiFree.3 cgiFreeList.3 cgiGetCookie.3 cgiEscape.3 \ cgiGetVariables.3 cgiHeader.3 cgiInit.3 cgiRedirect.3 \ cgiSetHeader.3 cgiSetType.3 +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/cgi.h ${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/*.3 ${PREFIX}/man/man3 |