diff options
author | cube <cube@pkgsrc.org> | 2004-02-03 21:51:54 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-02-03 21:51:54 +0000 |
commit | 725a20b32ea00226155d07913b91393d6a2c6b74 (patch) | |
tree | fe91b25564815f7cba2bc6e8544ca1d0aef24022 /graphics/jpeginfo/patches | |
parent | 7c469d9583722bcb547f7146aac8dc296509092b (diff) | |
download | pkgsrc-725a20b32ea00226155d07913b91393d6a2c6b74.tar.gz |
Initial import of jpeginfo, version 1.6.0 into the NetBSD Packages
Collection.
Jpeginfo is a utility to generate informative listings from JPEG files, and to
check JPEG files for errors. Program also supports automagic deletion of
broken JPEGs. Currently developed using Linux & SGI, but should compile on
any decent UNIX :)
Diffstat (limited to 'graphics/jpeginfo/patches')
-rw-r--r-- | graphics/jpeginfo/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/jpeginfo/patches/patch-aa b/graphics/jpeginfo/patches/patch-aa new file mode 100644 index 00000000000..78decfd9b59 --- /dev/null +++ b/graphics/jpeginfo/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/03 21:51:54 cube Exp $ + +--- Makefile.in.orig 2002-12-07 23:13:21.000000000 +0100 ++++ Makefile.in +@@ -26,7 +26,7 @@ libdir = $(prefix)/lib + infodir = $(prefix)/share/info + + # Where to put the manual pages. +-mandir = $(prefix)/share/man ++mandir = $(prefix)/man + + + |