diff options
author | dougb <dougb@FreeBSD.org> | 2004-11-15 10:50:37 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-11-15 10:50:37 +0800 |
commit | 6c1a388db4493fab763e50875390a5487b1d24a1 (patch) | |
tree | 5d22d6e0b00a5a7128a0b2b6737c3d131fe4bfce /print/cups-base | |
parent | ca544a79c4db23e7ebf5ac36372c0c2e0148ded3 (diff) | |
download | freebsd-ports-gnome-6c1a388db4493fab763e50875390a5487b1d24a1.tar.gz freebsd-ports-gnome-6c1a388db4493fab763e50875390a5487b1d24a1.tar.zst freebsd-ports-gnome-6c1a388db4493fab763e50875390a5487b1d24a1.zip |
Fix build and plist by updating the locations of a couple of man pages
that changed in version 1.1.21.
According to lofi (who committed the PR for the upgrade) the maintainer
is currently, "very offline," so he agreed that I should just commit
the fixes.
Forgotten by: MAINTAINER
Untested by: lofi
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/files/manpages.mk | 2 | ||||
-rw-r--r-- | print/cups-base/files/patch-man-Makefile.common | 19 |
2 files changed, 8 insertions, 13 deletions
diff --git a/print/cups-base/files/manpages.mk b/print/cups-base/files/manpages.mk index 43e19a112605..23d459dc8a37 100644 --- a/print/cups-base/files/manpages.mk +++ b/print/cups-base/files/manpages.mk @@ -1,7 +1,7 @@ MAN1+= backend.1 +MAN1+= cups-config.1 MAN1+= cupstestppd.1 MAN1+= filter.1 -MAN3+= cups-config.3 MAN5+= classes.conf.5 MAN5+= cupsd.conf.5 MAN5+= mime.convs.5 diff --git a/print/cups-base/files/patch-man-Makefile.common b/print/cups-base/files/patch-man-Makefile.common index 2c9028eaaeae..cb91a512bef3 100644 --- a/print/cups-base/files/patch-man-Makefile.common +++ b/print/cups-base/files/patch-man-Makefile.common @@ -1,8 +1,8 @@ ---- man/Makefile.common.orig Tue Dec 17 13:59:55 2002 -+++ man/Makefile.common Wed Jan 22 07:25:31 2003 -@@ -28,58 +28,22 @@ - +--- man/Makefile.common.orig Thu May 27 11:51:30 2004 ++++ man/Makefile.common Sun Nov 14 17:14:24 2004 +@@ -29,57 +29,16 @@ MAN1 = backend.man \ + cups-config.man \ cupstestppd.man \ - filter.man \ - lp.man \ @@ -13,7 +13,6 @@ - lpr.man \ - lpstat.man + filter.man - MAN3 = cups-config.man MAN5 = classes.conf.man \ cupsd.conf.man \ mime.convs.man \ @@ -32,6 +31,7 @@ - lpc.man - -CAT1 = backend.$(CAT1EXT) \ +- cups-config.$(CAT1EXT) \ - cupstestppd.$(CAT1EXT) \ - filter.$(CAT1EXT) \ - lp.$(CAT1EXT) \ @@ -41,7 +41,6 @@ - lprm.$(CAT1EXT) \ - lpr.$(CAT1EXT) \ - lpstat.$(CAT1EXT) --CAT3 = cups-config.$(CAT3EXT) -CAT5 = classes.conf.$(CAT5EXT) \ - cupsd.conf.$(CAT5EXT) \ - mime.convs.$(CAT5EXT) \ @@ -57,12 +56,8 @@ - lpinfo.$(CAT8EXT) \ - lpmove.$(CAT8EXT) \ - lpc.$(CAT8EXT) +- + cupsd.man -+CAT1 = -+CAT3 = -+CAT5 = -+CAT8 = - # - # End of "$Id: Makefile.common,v 1.3 2002/12/17 18:59:55 swdev Exp $". + # End of "$Id: Makefile.common,v 1.5 2004/05/27 18:51:30 mike Exp $". |