diff options
author | shige <shige@FreeBSD.org> | 2001-06-14 23:53:53 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2001-06-14 23:53:53 +0800 |
commit | ed6883e3d63ad4d36da8da4d6ee58df80ea027af (patch) | |
tree | a5269c6d0cd74e1bce0fd62a82ec640833c9334a /graphics/xv/files | |
parent | a1008698ca7d6b44ad41572983615348faf4c68b (diff) | |
download | freebsd-ports-gnome-ed6883e3d63ad4d36da8da4d6ee58df80ea027af.tar.gz freebsd-ports-gnome-ed6883e3d63ad4d36da8da4d6ee58df80ea027af.tar.zst freebsd-ports-gnome-ed6883e3d63ad4d36da8da4d6ee58df80ea027af.zip |
Fix by applying sf's patch.
Thanks, sf!
PR: ports/28123
Submitted by: Daniel Lang <dl@leo.org>
Diffstat (limited to 'graphics/xv/files')
-rw-r--r-- | graphics/xv/files/patch-ad | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/graphics/xv/files/patch-ad b/graphics/xv/files/patch-ad index b8103dd51b51..776bffa91580 100644 --- a/graphics/xv/files/patch-ad +++ b/graphics/xv/files/patch-ad @@ -1,5 +1,5 @@ ---- Imakefile.orig Wed Oct 7 22:24:59 1998 -+++ Imakefile Wed Oct 7 22:27:00 1998 +--- Imakefile.orig Thu Jun 14 00:25:24 2001 ++++ Imakefile Thu Jun 14 00:26:01 2001 @@ -6,13 +6,15 @@ /* if, for whatever reason, you're unable to get the JPEG library to compile * on your machine, *COMMENT OUT* the following line @@ -80,7 +80,7 @@ InstallProgram(xv,$(BINDIR)) -@@ -266,7 +282,7 @@ +@@ -266,16 +282,16 @@ InstallProgram(xvpictoppm,$(BINDIR)) #ifdef HavePDS @@ -89,3 +89,17 @@ InstallProgram(vdcomp,$(BINDIR)) #endif + +-InstallManPageLong(docs/xv,$(MANDIR),xv) +-InstallManPageLong(docs/bggen,$(MANDIR),bggen) +-InstallManPageLong(docs/xcmap,$(MANDIR),xcmap) +-InstallManPageLong(docs/xvp2p,$(MANDIR),xvpictoppm) +-InstallManPageLong(docs/vdcomp,$(MANDIR),vdcomp) ++InstallManPage(xv,$(MANDIR)) ++InstallManPage(bggen,$(MANDIR)) ++InstallManPage(xcmap,$(MANDIR)) ++InstallManPage(xvp2p,$(MANDIR)) ++InstallManPage(vdcomp,$(MANDIR)) + + InstallNonExecFile(xv_mgcsfx.sample,$(MGCSFXDIR)) + |