summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2008-12-05 01:57:07 +0000
committersmb <smb@pkgsrc.org>2008-12-05 01:57:07 +0000
commit62cfcd731a4a555c50fe3c0126622b5faf455125 (patch)
treefca92f8a0fc8080513424f6a3ec090e9d54a14a8 /print
parent91425fc4f4d2abe77757fbebf1316977a1b0882e (diff)
downloadpkgsrc-62cfcd731a4a555c50fe3c0126622b5faf455125.tar.gz
Delete non-functional reference to PAPERSIZE environment variable; add
MESSAGE file saying what to do to get US Letter.
Diffstat (limited to 'print')
-rw-r--r--print/poppler/MESSAGE9
-rw-r--r--print/poppler/Makefile7
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/