17 lines
486 B
Plaintext
17 lines
486 B
Plaintext
$NetBSD: patch-aa,v 1.3 2013/05/18 20:50:36 shattered Exp $
|
|
|
|
--- makefile.orig 2005-06-10 09:41:00.000000000 +0000
|
|
+++ makefile
|
|
@@ -45,9 +45,9 @@ TARGET=epstool
|
|
|
|
include $(SRCDIR)/common.mak
|
|
|
|
-EPSTOOL_ROOT=/usr/local
|
|
+EPSTOOL_ROOT=${DESTDIR}${PREFIX}
|
|
EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT)
|
|
-EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool-$(EPSTOOL_VERSION)
|
|
+EPSTOOL_DOCDIR=$(EPSTOOL_BASE)/share/doc/epstool
|
|
EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man
|
|
EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin
|
|
|