diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 12:53:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 12:53:30 +0000 |
commit | 5ad931a9d68f5c01c69d1d100ee828c506458ff3 (patch) | |
tree | 0a90fae25a365b244937886a83fd4194cc37fe7f /www/fcgiwrap | |
parent | 4ce7618a7aecaa9e34231dac3d117c2ea084102d (diff) |
Notes
Diffstat (limited to 'www/fcgiwrap')
-rw-r--r-- | www/fcgiwrap/Makefile | 7 | ||||
-rw-r--r-- | www/fcgiwrap/pkg-descr | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile index ed0ed5a56563..eeaec69067af 100644 --- a/www/fcgiwrap/Makefile +++ b/www/fcgiwrap/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: fcgiwrap -# Date created: 2010-06-15 -# Whom: Bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= fcgiwrap PORTVERSION= 1.0.3 @@ -16,7 +11,7 @@ COMMENT= Simple FastCGI wrapper for CGI scripts LICENSE= MIT -LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi +LIB_DEPENDS= fcgi:${PORTSDIR}/www/fcgi WRKSRC= ${WRKDIR}/gnosek-fcgiwrap-2e301c8 diff --git a/www/fcgiwrap/pkg-descr b/www/fcgiwrap/pkg-descr index 9b85c2991fe3..58a990329aea 100644 --- a/www/fcgiwrap/pkg-descr +++ b/www/fcgiwrap/pkg-descr @@ -11,4 +11,4 @@ Features: * passes CGI stderr output to fcgiwrap's stderr (this is by design but * stderr could be also passed to FastCGI stderr stream) -WWW: http://nginx.localdomain.pl/wiki/FcgiWrap +WWW: http://nginx.localdomain.pl/wiki/FcgiWrap |