mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
9f318fda77
- fix check for OpenSSL in the Makefile PR: ports/106835 Submitted by: Hugo Leisink (maintainer)
18 lines
926 B
Plaintext
18 lines
926 B
Plaintext
sbin/hiawatha
|
|
sbin/cgi_wrapper
|
|
sbin/wigwam
|
|
sbin/fcgi-server
|
|
sbin/newroot
|
|
@unexec if cmp -s %D/etc/hiawatha/httpd.conf %D/etc/hiawatha/httpd.conf.sample; then rm -f %D/etc/hiawatha/httpd.conf; fi
|
|
@unexec if cmp -s %D/etc/hiawatha/mimetype.conf %D/etc/hiawatha/mimetype.conf.sample; then rm -f %D/etc/hiawatha/mimetype.conf; fi
|
|
@unexec if cmp -s %D/etc/hiawatha/throttle.conf %D/etc/hiawatha/throttle.conf.sample; then rm -f %D/etc/hiawatha/throttle.conf; fi
|
|
@unexec if cmp -s %D/etc/hiawatha/cgi_wrapper.conf %D/etc/hiawatha/cgi_wrapper.conf.sample; then rm -f %D/etc/hiawatha/cgi_wrapper.conf; fi
|
|
etc/hiawatha/httpd.conf.sample
|
|
etc/hiawatha/mimetype.conf.sample
|
|
etc/hiawatha/throttle.conf.sample
|
|
etc/hiawatha/cgi_wrapper.conf.sample
|
|
@dirrm etc/hiawatha
|
|
@unexec if cmp -s %D/www/hiawatha/index.html %D/www/hiawatha/index.html.sample; then rm -f %D/www/hiawatha/index.html; fi
|
|
www/hiawatha/index.html.sample
|
|
@dirrm www/hiawatha
|