diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-04-05 16:44:47 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-04-05 16:49:05 +0000 |
commit | 97e347a3a6aa4792eacaa10e6fbf41d8b8c73526 (patch) | |
tree | 115fcd6e0b0cf05e283940fa9bfd270a647b0f2c | |
parent | aa21c3d9963e119bbb5b19729a75d7c4a2861716 (diff) | |
download | ports-97e347a3a6aa4792eacaa10e6fbf41d8b8c73526.tar.gz ports-97e347a3a6aa4792eacaa10e6fbf41d8b8c73526.zip |
dns/libpsl: Don't rebuild man pages
Upstream confusingly refers to (re)generation of man pages as
"--enable-man" in configure script. Pages are already pre-built
so no need to rebuild
PR: 262954
Reported by: gja822@narod.ru
Approved by: portmgr (blanket)
-rw-r--r-- | dns/libpsl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/libpsl/Makefile b/dns/libpsl/Makefile index 7f478dfe9e6f..0b3cded1b0a4 100644 --- a/dns/libpsl/Makefile +++ b/dns/libpsl/Makefile @@ -12,12 +12,11 @@ COMMENT= C library to handle the Public Suffix List LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= public_suffix_list>=0:dns/public_suffix_list \ - xsltproc:textproc/libxslt +BUILD_DEPENDS= public_suffix_list>=0:dns/public_suffix_list USES= libtool localbase:ldflags pathfix pkgconfig python:build shebangfix tar:lz -CONFIGURE_ARGS= --enable-man \ +CONFIGURE_ARGS= --disable-man \ --with-psl-file=${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat \ --with-psl-testfile=${LOCALBASE}/share/public_suffix_list/test_psl.txt GNU_CONFIGURE= yes |