diff options
Diffstat (limited to 'print/epstool/Makefile')
-rw-r--r-- | print/epstool/Makefile | 5 |
1 files changed, 4 insertions, 1 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" |