View | Details | Raw Unified | Return to bug 26428
Collapse All | Expand All

(-)thttpd/Makefile (-4 lines)
Lines 58-67 Link Here
58
		${ECHO} "Installing ${PREFIX}/etc/rc.d/thttpd.sh startup file."; \
58
		${ECHO} "Installing ${PREFIX}/etc/rc.d/thttpd.sh startup file."; \
59
		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/thttpd.sh ${PREFIX}/etc/rc.d/thttpd.sh; \
59
		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/thttpd.sh ${PREFIX}/etc/rc.d/thttpd.sh; \
60
	fi
60
	fi
61
.if !defined(NOPORTDOCS)
62
	@${MKDIR} ${PREFIX}/share/doc/thttpd
63
	@${INSTALL_MAN} ${DISTDIR}/notes.html ${PREFIX}/share/doc/thttpd
64
.endif
65
61
66
post-install:
62
post-install:
67
	@${CAT} ${PKGMESSAGE}
63
	@${CAT} ${PKGMESSAGE}
(-)thttpd/distinfo (-1 lines)
Lines 1-2 Link Here
1
MD5 (thttpd-2.20b.tar.gz) = ab9c3c1214f599d86944d6264ec90fed
1
MD5 (thttpd-2.20b.tar.gz) = ab9c3c1214f599d86944d6264ec90fed
2
MD5 (notes.html) = 00c09c171149b5751ab761bcb4d1188f
(-)thttpd/pkg-plist (-2 lines)
Lines 5-15 Link Here
5
etc/thttpd.conf.sample
5
etc/thttpd.conf.sample
6
sbin/thttpd
6
sbin/thttpd
7
sbin/thttpd_wrapper
7
sbin/thttpd_wrapper
8
share/doc/thttpd/notes.html
9
www/cgi-bin/phf
8
www/cgi-bin/phf
10
www/cgi-bin/redirect
9
www/cgi-bin/redirect
11
www/cgi-bin/ssi
10
www/cgi-bin/ssi
12
@dirrm share/doc/thttpd
13
@dirrm www/cgi-bin
11
@dirrm www/cgi-bin
14
@dirrm www/data
12
@dirrm www/data
15
@dirrm www/logs
13
@dirrm www/logs

Return to bug 26428