remove internal spawn-fcgi in favour of a RUN_DEPENDS on www/spawn-fcgi
This commit is contained in:
parent
14c4ee981e
commit
0f5dadbf43
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2009/03/08 11:13:43 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2009/03/16 17:15:34 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= secure, fast, compliant, and very flexible web-server
|
||||
|
||||
DISTNAME= lighttpd-1.4.22
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= www net
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
|
||||
@ -21,6 +22,7 @@ WANTLIB= c crypto m ssl z
|
||||
|
||||
LIB_DEPENDS+= pcre::devel/pcre \
|
||||
lua.>=5.1::lang/lua
|
||||
RUN_DEPENDS+= :spawn-fcgi-*:www/spawn-fcgi
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.19 2008/10/23 20:29:17 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.20 2009/03/16 17:15:34 sthen Exp $
|
||||
@newgroup _lighttpd:585
|
||||
@newuser _lighttpd:585:_lighttpd:daemon:lighttpd Account:/nonexistent:/sbin/nologin
|
||||
@bin bin/spawn-fcgi
|
||||
lib/lighttpd/
|
||||
@comment lib/lighttpd/mod_access.la
|
||||
lib/lighttpd/mod_access.so
|
||||
@ -67,7 +66,6 @@ lib/lighttpd/mod_usertrack.so
|
||||
lib/lighttpd/mod_webdav.so
|
||||
%%mysql%%
|
||||
@man man/man1/lighttpd.1
|
||||
@man man/man1/spawn-fcgi.1
|
||||
@bin sbin/lighttpd
|
||||
@bin sbin/lighttpd-angel
|
||||
share/doc/lighttpd/
|
||||
|
Loading…
Reference in New Issue
Block a user