proper update to 1.4, from maintainer
This commit is contained in:
parent
df5d15dff0
commit
14d8ff503e
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2004/12/12 22:36:05 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2004/12/13 20:45:52 jolan Exp $
|
||||
|
||||
COMMENT= "Nostromo Hypertext Transfer Protocol"
|
||||
|
||||
DISTNAME= nostromo-1.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.nazgul.ch/dev/
|
||||
|
||||
@ -18,12 +19,14 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
NO_REGRESS= Yes
|
||||
WANTLIB= c
|
||||
|
||||
# Change bsd.port.mk vars
|
||||
WRKSRC= ${WRKDIST}/src
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nhttpd/nhttpd ${PREFIX}/sbin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tools/crypt ${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/nhttpd/nhttpd.8 ${PREFIX}/man/man8
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nostromo
|
||||
${INSTALL_DATA} ${WRKDIST}/ChangeLog ${PREFIX}/share/doc/nostromo
|
||||
@ -31,8 +34,6 @@ do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nostromo
|
||||
${INSTALL_DATA} ${WRKDIST}/cgi-bin/printenv \
|
||||
${PREFIX}/share/examples/nostromo
|
||||
${INSTALL_DATA} ${WRKDIST}/conf/crypt \
|
||||
${PREFIX}/share/examples/nostromo
|
||||
${INSTALL_DATA} ${WRKDIST}/conf/mimes \
|
||||
${PREFIX}/share/examples/nostromo
|
||||
${INSTALL_DATA} ${WRKDIST}/conf/nhttpd.conf-dist \
|
||||
|
@ -1,4 +1,4 @@
|
||||
Nostromo is a simple, fast and secure HTTP server which supports:
|
||||
nhttpd is a simple, fast, and secure http server which supports:
|
||||
|
||||
HTML, CGI, chroot, setuid, basic authentication, virtual hosts, and
|
||||
html, cgi, chroot, setuid, basic authentication, virtual hosts, and
|
||||
aliases.
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/10/14 15:37:16 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/12/13 20:45:52 jolan Exp $
|
||||
@newgroup _nostromo:536
|
||||
@newuser _nostromo:536:_nostromo:daemon:Nostromo Account:/nonexistent:/sbin/nologin
|
||||
@man man/man8/nhttpd.8
|
||||
sbin/crypt
|
||||
sbin/nhttpd
|
||||
share/doc/nostromo/
|
||||
share/doc/nostromo/ChangeLog
|
||||
@ -15,8 +16,6 @@ share/doc/nostromo/README
|
||||
@sample /var/nostromo/logs/
|
||||
@owner
|
||||
share/examples/nostromo/
|
||||
share/examples/nostromo/crypt
|
||||
@sample /var/nostromo/conf/crypt
|
||||
share/examples/nostromo/dir.gif
|
||||
@sample /var/nostromo/icons/dir.gif
|
||||
share/examples/nostromo/file.gif
|
||||
|
Loading…
x
Reference in New Issue
Block a user