diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 16:03:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-06 16:03:50 +0000 |
commit | 6f31ba6f7f42411be6123b865be0d7efed6d46ce (patch) | |
tree | 9957c04607e4915138c10887210b2e2c20a4a612 /graphics/jbigkit/files/patch-aa | |
parent | Add missed bits. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=29270
Diffstat (limited to 'graphics/jbigkit/files/patch-aa')
-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 4f9d59a5a3fb..d6dacafe86da 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 |