head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2025.05.13.03.52.04; author schmonz; state dead; branches; next 1.1; commitid PB8GrXtVa2wbjHUF; 1.1 date 2025.05.01.16.12.13; author schmonz; state Exp; branches; next ; commitid K87bS4Rp3Mo1NdTF; desc @@ 1.2 log @tipidee: update to 0.0.6.0. Changes: - Bugfixes. - pkg-config support. - CGI output is now streamed and can be autochunked. - Support for ip-based tarpitting. @ text @$NetBSD: patch-.._tipidee-man-pages-v0.0.5.0.1_Makefile,v 1.1 2025/05/01 16:12:13 schmonz Exp $ Succeed at installing manual pages. --- ../tipidee-man-pages-v0.0.5.0.1/Makefile.orig 2025-05-01 15:54:00.997702981 +0000 +++ ../tipidee-man-pages-v0.0.5.0.1/Makefile @@@@ -24,10 +24,10 @@@@ all: @@echo "Nothing to be done. Ready for 'make install'." install: - cd man1; install -D -m 0644 -t ${DESTDIR}${man1_dir} $(man1_targets) - cd man5; install -D -m 0644 -t ${DESTDIR}${man5_dir} $(man5_targets) - cd man7; install -D -m 0644 -t ${DESTDIR}${man7_dir} $(man7_targets) - cd man8; install -D -m 0644 -t ${DESTDIR}${man8_dir} $(man8_targets) + cd man1; ${BSD_INSTALL_MAN} $(man1_targets) ${DESTDIR}${man1_dir} + cd man5; ${BSD_INSTALL_MAN} $(man5_targets) ${DESTDIR}${man5_dir} + cd man7; ${BSD_INSTALL_MAN} $(man7_targets) ${DESTDIR}${man7_dir} + cd man8; ${BSD_INSTALL_MAN} $(man8_targets) ${DESTDIR}${man8_dir} uninstall: cd $(man1_dir); rm -f $(man1_targets) @ 1.1 log @tipidee: install tipidee.conf{,.cdb} and a missing manual. Fix PKG_SYSCONFDIR paths in manual pages. While here, avoid -fstack-check on NetBSD for the moment (tipidee-config dumps core, reported upstream). Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @