summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/font/devps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/font/devps/Makefile')
-rw-r--r--gnu/usr.bin/groff/font/devps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/font/devps/Makefile b/gnu/usr.bin/groff/font/devps/Makefile
index 0383d01..79a9819 100644
--- a/gnu/usr.bin/groff/font/devps/Makefile
+++ b/gnu/usr.bin/groff/font/devps/Makefile
@@ -18,9 +18,9 @@ DESC: DESC.in
cat ${DIST_DIR}/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
OpenPOWER on IntegriCloud