summaryrefslogtreecommitdiffstats
path: root/contrib/groff/font/devps/Makefile.sub
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-11 08:52:17 +0000
committerru <ru@FreeBSD.org>2002-10-11 08:52:17 +0000
commit49694bd3ad767a896dc092289a2b59c780a3ba02 (patch)
tree3ab4ff2268c18cde66cbf296cc57caf69acdea70 /contrib/groff/font/devps/Makefile.sub
parentb6731a278e1260409b42bb486cc7592dd1a19203 (diff)
parent127e61728bacf1fb90edd8be1b0c406619e78bc8 (diff)
downloadFreeBSD-src-49694bd3ad767a896dc092289a2b59c780a3ba02.zip
FreeBSD-src-49694bd3ad767a896dc092289a2b59c780a3ba02.tar.gz
This commit was generated by cvs2svn to compensate for changes in r104862,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/groff/font/devps/Makefile.sub')
-rw-r--r--contrib/groff/font/devps/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/font/devps/Makefile.sub b/contrib/groff/font/devps/Makefile.sub
index 08b61e2..434a0ac 100644
--- a/contrib/groff/font/devps/Makefile.sub
+++ b/contrib/groff/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
OpenPOWER on IntegriCloud