diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-21 19:50:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-21 19:50:53 +0000 |
commit | 2d57b6d7a7f092ea1431d0600cb0e1c7395eb600 (patch) | |
tree | 2c69f6ea9385ebc969811c09d68e2340f1da1344 /print/mupdf/Makefile | |
parent | 702a181f0795fea10e39e8f6cb7ee0027b11ef6a (diff) | |
download | pkgsrc-2d57b6d7a7f092ea1431d0600cb0e1c7395eb600.tar.gz |
update to 1.1, from Leonardo Taccari per PR pkg/46823
changes:
The command line tools have been combined into one tool that does all:
mubusy. Where previously you would have called "mupdfclean blah blah
blah", now call "mubusy clean blah blah blah" instead.
Support for UserUnits
bugfixes and optimisations
Diffstat (limited to 'print/mupdf/Makefile')
-rw-r--r-- | print/mupdf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/mupdf/Makefile b/print/mupdf/Makefile index ee025b225b8..4b14c7d977a 100644 --- a/print/mupdf/Makefile +++ b/print/mupdf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/06/03 22:03:24 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/08/21 19:50:53 drochner Exp $ # -DISTNAME= mupdf-1.0-source +DISTNAME= mupdf-1.1-source PKGNAME= ${DISTNAME:S/-source//} CATEGORIES= print MASTER_SITES= http://ccxvii.net/mupdf/download/ \ @@ -20,6 +20,7 @@ USE_LIBTOOL= yes INSTALLATION_DIRS+= bin include lib/pkgconfig INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} +INSTALL_MAKE_FLAGS+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} LDFLAGS= ${COMPILER_RPATH_FLAG}${X11BASE}/lib MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} |