diff options
Diffstat (limited to 'mail/dcc/patches/patch-configure')
-rw-r--r-- | mail/dcc/patches/patch-configure | 35 |
1 files changed, 8 insertions, 27 deletions
diff --git a/mail/dcc/patches/patch-configure b/mail/dcc/patches/patch-configure index 889755b12cf..2e565c3dc06 100644 --- a/mail/dcc/patches/patch-configure +++ b/mail/dcc/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.2 2015/07/11 23:44:21 sevan Exp $ +$NetBSD: patch-configure,v 1.3 2017/05/28 11:50:07 maya Exp $ Always install man-pages. ---- configure.orig 2014-08-06 14:43:42.000000000 +0000 +--- configure.orig 2015-05-22 18:00:33.000000000 +0000 +++ configure -@@ -1920,93 +1920,10 @@ fi +@@ -1925,76 +1922,8 @@ fi # decide whether to install .8 or .0 files. MANXFILE= MAN0AS8='/`expr $$NM : "\(.*\)".0`.8' @@ -12,29 +12,24 @@ Always install man-pages. - Linux) - # default to /usr/local/man/man8 and use roff files - mancat=man -- MANX='$(MAN8)' -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' +- MANX='$(MANGZ)' - ;; - OpenBSD) - # default to /usr/local/man/cat8 and .0 names - mancat=cat - MANX='$(MAN0)' -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' - ;; - HP-UX) -- # default to /usr/local/man/cat8 and use cleartext files and -- # .8 names +- # default to /usr/local/man/cat8 and use cleartext files and .8 names - mancat=cat - MANX='$(MAN0)' - MANXFILE="$MAN8AS8" -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' - ;; - IRIX*) - # default to /usr/local/man/man8 and use cleartext files and .8 names - mancat=man - MANX='$(MAN0)' - MANXFILE="$MAN8AS8" -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' - ;; - SunOS) - # default to /usr/local/man/cat8 and use cleartext files, @@ -42,35 +37,27 @@ Always install man-pages. - mancat=cat - MANX='$(MAN0)' - MANXFILE="$MAN8AS8" -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' - ;; - FreeBSD|DragonFly) -- # default to /usr/local/man/man8 and use nroff files, possibly -- # compressed via /usr/share/mk +- # default to /usr/local/man/man8 and use nroff files - mancat=man -- MANX='$(MAN8)' -- USE_DCCMANINSTALL='# USE_DCCMANINSTALL=no' +- MANX='$(MANGZ)' - ;; - Darwin) - # default to /usr/local/man/man8 and use nroff files - mancat=man - MANX='$(MAN8)' -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' - ;; - NetBSD) - # use text output to avoid running groff on every `man` command - mancat=cat - MANX='$(MAN0)' -- # force NetBSD to install the man pages -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes\ --install:maninstall' - ;; - BSD/OS) - # default to /usr/local/man/cat8 and use cleartext files, possibly - # compressed via /usr/share/mk, and named .0 - mancat=cat - MANX='$(MAN0)' -- USE_DCCMANINSTALL='# USE_DCCMANINSTALL=no' - ;; - AIX) - # default to /usr/local/man/cat8, use our installation rule, @@ -78,27 +65,21 @@ Always install man-pages. - mancat=cat - MANX='$(MAN0)' - MANXFILE="$MAN8AS8" -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' - ;; - OpenUNIX) -- # default to /usr/local/man/cat8 and use cleartext files named -- # .8 +- # default to /usr/local/man/cat8 and use cleartext files named .8 - mancat=cat - MANX='$(MAN0)' - MANXFILE="$MAN8AS8" -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' - ;; - *) - echo "warning: *** Cannot install man pages on unfamiliar systems ***" 1>&2 - mancat=fixme - MANX= -- USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' - ;; -esac -+# default to /usr/local/man/man8 and use nroff files +mancat=man +MANX='$(MAN8)' -+USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' if test "$mandir" = '${prefix}/man'; then if test "$DCC_MANDIR"SET != SET; then mandir="$DCC_MANDIR" |