diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile index 0cd71bb97d0..4f4b67b8f08 100644 --- a/www/linkchecker/Makefile +++ b/www/linkchecker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2004/04/05 12:23:48 xsa Exp $ +# $OpenBSD: Makefile,v 1.12 2004/04/05 12:31:35 xsa Exp $ NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} @@ -28,6 +28,6 @@ BUILD_DEPENDS+= :py-dns-*:net/py-dns NO_REGRESS= Yes post-install: - @chmod 644 ${PREFIX}/man/man1/linkchecker.1 + @chmod 444 ${PREFIX}/man/man1/linkchecker.1 .include