diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 20:53:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 20:53:30 +0800 |
commit | e8fb8b0b254528c3463139d6363ffe87e923bdfa (patch) | |
tree | 0a90fae25a365b244937886a83fd4194cc37fe7f /www/fcgiwrap | |
parent | 0e45c351353dd2cf06637916934f53fffb6e4030 (diff) | |
download | freebsd-ports-gnome-e8fb8b0b254528c3463139d6363ffe87e923bdfa.tar.gz freebsd-ports-gnome-e8fb8b0b254528c3463139d6363ffe87e923bdfa.tar.zst freebsd-ports-gnome-e8fb8b0b254528c3463139d6363ffe87e923bdfa.zip |
Remove shlib numbers
Trim headers
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 |