diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-04-13 17:36:06 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-04-13 17:39:12 +0300 |
commit | 43757efeb94c5864c62a1d58a6ea51aea66cdd9c (patch) | |
tree | 1f7adfbb6ba3a75d21159306d57bc8a436ca7b66 /graphics/sane-backends | |
parent | net/traefik: Update to upstream release 2.11.2 (diff) |
*/*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy
Approved by: arrowd (mentor)
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 7996f406a60f..36d7d47d9466 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -21,7 +21,6 @@ USE_LDCONFIG= yes USE_RC_SUBR= saned GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-locking \ --enable-pthread \ --without-systemd |