diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-06 19:19:02 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-06 19:19:02 +0000 |
commit | 65fecffe314f8f42ab100d39888c7670132299d8 (patch) | |
tree | ce773d2c91d96163442128e583e8f600695e8e29 /comms/mgetty+sendfax/patches/patch-ad | |
parent | c2e261fe42756e74ad50dc6817a21e1a88fdf2e5 (diff) | |
download | pkgsrc-65fecffe314f8f42ab100d39888c7670132299d8.tar.gz |
Rename the fax overview manpage from "fax" to "sendfax", to avoid any
conflict with the "efax" package. "efax" already has an "efax.1", the
actual man page, but "mgetty"'s "sendfax" manpage is "sendfax.8", so
"sendfax.1" is available. Closes PR pkg 14254.
Diffstat (limited to 'comms/mgetty+sendfax/patches/patch-ad')
-rw-r--r-- | comms/mgetty+sendfax/patches/patch-ad | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/patches/patch-ad b/comms/mgetty+sendfax/patches/patch-ad index edb09012b50..8a0e388af84 100644 --- a/comms/mgetty+sendfax/patches/patch-ad +++ b/comms/mgetty+sendfax/patches/patch-ad @@ -1,7 +1,16 @@ -$NetBSD: patch-ad,v 1.3 2002/02/18 15:14:04 seb Exp $ +$NetBSD: patch-ad,v 1.4 2002/03/06 19:19:02 fredb Exp $ ---- doc/Makefile.orig Thu Nov 27 21:33:26 1997 +--- doc/Makefile.orig Thu Nov 27 14:33:26 1997 +++ doc/Makefile +@@ -6,7 +6,7 @@ + NROFF=nroff + # + # +-MAN1PAGES=g32pbm.1 g3cat.1 pbm2g3.1 fax.1 \ ++MAN1PAGES=g32pbm.1 g3cat.1 pbm2g3.1 sendfax.1 \ + faxspool.1 faxrunq.1 faxq.1 faxrm.1 coverpg.1 + MAN4PAGES=mgettydefs.4 + MAN5PAGES=faxqueue.5 @@ -26,7 +26,7 @@ all: @@ -20,3 +29,12 @@ $NetBSD: patch-ad,v 1.3 2002/02/18 15:14:04 seb Exp $ mgetty.ps: mgetty.dvi -dvips -o mgetty.ps mgetty.dvi +@@ -98,7 +98,7 @@ + + # explicit man page dependencies + +-fax.1: fax.1in ../sedscript ++sendfax.1: sendfax.1in ../sedscript + faxq.1: faxq.1in ../sedscript + faxqueue.5: faxqueue.5in ../sedscript + faxrm.1: faxrm.1in ../sedscript |