diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-25 21:59:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-25 21:59:34 +0000 |
commit | e4198612f8e8bda05b74ca57e391bf807dfec6a8 (patch) | |
tree | 7188ee25d42be9e325603459559bd84863559f23 /print/epstool | |
parent | 6060f5857315c85559a40c4744e1e27cf4c54334 (diff) | |
download | pkgsrc-e4198612f8e8bda05b74ca57e391bf807dfec6a8.tar.gz |
Not MAKE_JOBS_SAFE. Add destdir support.
Diffstat (limited to 'print/epstool')
-rw-r--r-- | print/epstool/Makefile | 5 | ||||
-rw-r--r-- | print/epstool/distinfo | 4 | ||||
-rw-r--r-- | print/epstool/patches/patch-aa | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/print/epstool/Makefile b/print/epstool/Makefile index e6a5be6decf..7bd3b12a1b6 100644 --- a/print/epstool/Makefile +++ b/print/epstool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/12/02 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/11/25 21:59:34 joerg Exp $ # DISTNAME= epstool-3.07 @@ -9,6 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pages.cs.wisc.edu/~ghost/gsview/epstool.htm COMMENT= Manipulate EPS files +PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + MAKE_FILE= makefile .include "../../mk/bsd.pkg.mk" diff --git a/print/epstool/distinfo b/print/epstool/distinfo index 1c6198ea285..975f5692198 100644 --- a/print/epstool/distinfo +++ b/print/epstool/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2005/06/16 22:06:51 kristerw Exp $ +$NetBSD: distinfo,v 1.3 2009/11/25 21:59:34 joerg Exp $ SHA1 (epstool-3.07.tar.gz) = 14eeb1b103072030e706b077768d414b5ffac34c RMD160 (epstool-3.07.tar.gz) = 99b29d02dd1dc1827948d8da87ccc5f0669b57a6 Size (epstool-3.07.tar.gz) = 184676 bytes -SHA1 (patch-aa) = 064a3a04d72ab23480e30866e48ed2a3bd618f9e +SHA1 (patch-aa) = 990fdadbdf2837bd75c9350504eb3c3afa7d30bc SHA1 (patch-ab) = 73e4665fbabb254846c331e4939b7c67ba341bc9 diff --git a/print/epstool/patches/patch-aa b/print/epstool/patches/patch-aa index 0d7c9dd9c66..61e09fefb3f 100644 --- a/print/epstool/patches/patch-aa +++ b/print/epstool/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/05/31 16:17:22 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2009/11/25 21:59:34 joerg Exp $ --- makefile.orig 2005-01-07 12:40:46.000000000 +0100 +++ makefile @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/05/31 16:17:22 drochner Exp $ LIBPNGLIBS= -EPSTOOL_ROOT=/usr/local -+EPSTOOL_ROOT=${PREFIX} ++EPSTOOL_ROOT=${DESTDIR}${PREFIX} EPSTOOL_BASE=$(prefix)$(EPSTOOL_ROOT) EPSTOOL_BINDIR=$(EPSTOOL_BASE)/bin EPSTOOL_MANDIR=$(EPSTOOL_BASE)/man |