summaryrefslogtreecommitdiff
path: root/font/devps
diff options
context:
space:
mode:
Diffstat (limited to 'font/devps')
-rw-r--r--font/devps/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/font/devps/Makefile.sub b/font/devps/Makefile.sub
index 08b61e27..434a0ac3 100644
--- a/font/devps/Makefile.sub
+++ b/font/devps/Makefile.sub
@@ -16,9 +16,9 @@ DESC: DESC.in
cat $(srcdir)/DESC.in >DESC
echo broken $(BROKEN_SPOOLER_FLAGS) >>DESC
if test "$(PAGE)" = A4; then \
- echo "paperlength 841890" >>DESC; \
+ echo "papersize a4" >>DESC; \
else \
- echo "paperlength 792000" >>DESC; \
+ echo "papersize letter" >>DESC; \
fi
test -z '$(PSPRINT)' || echo print '$(PSPRINT)' >>DESC