diff options
author | smb <smb> | 2008-12-05 01:57:07 +0000 |
---|---|---|
committer | smb <smb> | 2008-12-05 01:57:07 +0000 |
commit | 1c27e016c6cd003d6c1e6dc21d021dd060981794 (patch) | |
tree | fca92f8a0fc8080513424f6a3ec090e9d54a14a8 | |
parent | d4ac26c5286f69a29f461533d829370c866bd85c (diff) | |
download | pkgsrc-1c27e016c6cd003d6c1e6dc21d021dd060981794.tar.gz |
Delete non-functional reference to PAPERSIZE environment variable; add
MESSAGE file saying what to do to get US Letter.
-rw-r--r-- | print/poppler/MESSAGE | 9 | ||||
-rw-r--r-- | print/poppler/Makefile | 7 |
2 files changed, 11 insertions, 5 deletions
diff --git a/print/poppler/MESSAGE b/print/poppler/MESSAGE new file mode 100644 index 00000000000..04adf7db180 --- /dev/null +++ b/print/poppler/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2008/12/05 01:57:07 smb Exp $ + +To change the default paper size to US Letter, make sure that + + LC_MESSAGES=en_US.UTF-8 + +is in your environment. +=========================================================================== diff --git a/print/poppler/Makefile b/print/poppler/Makefile index 934df0719d8..e77b267185e 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.32 2008/11/20 14:28:22 dillo Exp $ +# $NetBSD: Makefile,v 1.33 2008/12/05 01:57:07 smb Exp $ # .include "../../print/poppler/Makefile.common" COMMENT= PDF rendering library MAINTAINER= reed@reedmedia.net +PKGREVISION= 1 USE_TOOLS+= gmake @@ -32,10 +33,6 @@ CONFIGURE_ARGS+= --disable-utils .include "../../mk/bsd.prefs.mk" -.if defined(PAPERSIZE) && ${PAPERSIZE} == "A4" -CONFIGURE_ARGS+= --enable-a4-paper -.endif - post-install: ${INSTALL_MAN} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/poppler/ ${INSTALL_MAN} ${WRKSRC}/README-XPDF ${DESTDIR}${PREFIX}/share/doc/poppler/ |