summaryrefslogtreecommitdiff
path: root/print/foo2zjs/patches/patch-icc2ps_Makefile
blob: ad65d40a5b4bd1a5327d9c83fd4b9883154e19b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-icc2ps_Makefile,v 1.1 2012/07/25 17:15:45 imil Exp $

Fix PREFIX path

--- icc2ps/Makefile.orig	2010-11-27 10:04:56.000000000 +0000
+++ icc2ps/Makefile
@@ -1,9 +1,8 @@
 UNAME := $(shell uname)
 
-PREFIX=	/usr
-PREFIX=	$(DESTDIR)/usr
+PREFIX=	@PREFIX@
 BIN=	$(PREFIX)/bin
-MANDIR=$(PREFIX)/share/man
+MANDIR=	@PKGMANDIR@
 
 SRC=	icc2ps.c xgetopt.c
 LIB=	cmscam97.c cmscnvrt.c cmserr.c cmsgamma.c cmsgmt.c cmsintrp.c cmsio1.c \