include thttpd's ssi(8) and redirect(8)
This commit is contained in:
parent
18473502de
commit
c452fbb4e0
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2007/09/15 20:38:26 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2009/02/10 20:04:08 jakob Exp $
|
||||
|
||||
COMMENT= tiny/turbo/throttling HTTP server
|
||||
|
||||
DISTNAME= thttpd-2.25b
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.acme.com/software/thttpd/
|
||||
@ -26,5 +26,10 @@ NO_REGRESS= Yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/thttpd.8 ${PREFIX}/man/man8
|
||||
${INSTALL_PROGRAM_DIR} ${PREFIX}/libexec/thttpd
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/ssi ${PREFIX}/libexec/thttpd
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cgi-src/redirect ${PREFIX}/libexec/thttpd
|
||||
${INSTALL_MAN} ${WRKSRC}/cgi-src/ssi.8 ${PREFIX}/man/man8
|
||||
${INSTALL_MAN} ${WRKSRC}/cgi-src/redirect.8 ${PREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/02/24 21:10:52 aanriot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2009/02/10 20:04:08 jakob Exp $
|
||||
libexec/thttpd/
|
||||
@bin libexec/thttpd/redirect
|
||||
@bin libexec/thttpd/ssi
|
||||
@man man/man8/redirect.8
|
||||
@man man/man8/ssi.8
|
||||
@man man/man8/thttpd.8
|
||||
sbin/thttpd
|
||||
@bin sbin/thttpd
|
||||
|
Loading…
x
Reference in New Issue
Block a user