diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-06 16:03:50 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-06 16:03:50 +0000 |
commit | cacef76fb59b3a67436aeb1c53461bef824c8590 (patch) | |
tree | 9f52c318129e5e875cd023925431cd4cf82505f3 /graphics/jbigkit/files | |
parent | 0ca12bba459858a9167e1b784e0dab5c35d575c1 (diff) | |
download | FreeBSD-ports-cacef76fb59b3a67436aeb1c53461bef824c8590.zip FreeBSD-ports-cacef76fb59b3a67436aeb1c53461bef824c8590.tar.gz |
Update to 1.2.
"According to the JBIGKIT announcement, this release of
the library fixes a fairly serious bug in the software."
PR: 19055
Submitted by: Mikhail Teterin <mi@privatelabs.com>
Diffstat (limited to 'graphics/jbigkit/files')
-rw-r--r-- | graphics/jbigkit/files/patch-aa | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/jbigkit/files/patch-aa b/graphics/jbigkit/files/patch-aa index 4f9d59a..d6dacaf 100644 --- a/graphics/jbigkit/files/patch-aa +++ b/graphics/jbigkit/files/patch-aa @@ -16,7 +16,7 @@ + VERSION=1.0 -@@ -46,2 +47,24 @@ +@@ -46,2 +47,25 @@ $(DISTUID)@$(DISTHOST):$(DISTPATH)/jbigkit-$(VERSION)-announce.txt mv ../jbigkit-$(VERSION).tar.gz $(HOME)/.www/download/ + @@ -28,7 +28,8 @@ + install -c -m 644 -o bin -g bin pbmtools/pbmtojbg.1 ${PREFIX}/man/man1 + install -c -m 644 -o bin -g bin pbmtools/jbgtopbm.1 ${PREFIX}/man/man1 + mkdir -p ${PREFIX}/man/man5 -+ install -c -m 644 -o bin -g bin pbmtools/pbm.5 ${PREFIX}/man/man5 ++ # Not installing the pbm(5) man page, because BSD has its own ++ # install -c -m 644 -o bin -g bin pbmtools/pbm.5 ${PREFIX}/man/man5 + install -c -m 644 -o bin -g bin pbmtools/pgm.5 ${PREFIX}/man/man5 + mkdir -p ${PREFIX}/include + install -c -m 644 -o bin -g bin libjbig/jbig.h ${PREFIX}/include |