0534eca1a2
jpeg2ps is a utility for converting JPEG images to compressed PostScript Level 2 or 3 files (without uncompressing the images). The JPEG data is simply 'wrapped' with PostScript which yields considerably smaller PS files. WWW: http://www.pdflib.com/jpeg2ps/ from Sebastian Stark <seb@todesplanet.de>
17 lines
556 B
Plaintext
17 lines
556 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2003/05/11 16:52:29 sturm Exp $
|
|
--- Makefile.orig Sat May 3 13:43:44 2003
|
|
+++ Makefile Sat May 3 13:44:25 2003
|
|
@@ -42,10 +42,10 @@ DOSDISTFILES = $(DISTFILES) jpeg2ps.exe
|
|
|
|
# Location where to install the binary. This is a suitable value for Linux
|
|
# (and possibly other unix-like) systems.
|
|
-BINDIR = /usr/local/bin
|
|
+BINDIR = ${PREFIX}/bin
|
|
|
|
# Location where to install the manual page.
|
|
-MANDIR = /usr/local/man/man1
|
|
+MANDIR = ${PREFIX}/man/man1
|
|
|
|
CONVFILES = \
|
|
jpeg2ps.c psimage.h readjpeg.c asc85ec.c getopt.c \
|