View | Details | Raw Unified | Return to bug 29961
Collapse All | Expand All

(-)etc/defaults/make.conf (+5 lines)
Lines 231-236 Link Here
231
#USA_RESIDENT=		YES
231
#USA_RESIDENT=		YES
232
#
232
#
233
#
233
#
234
# Paper size for groff. Default is Letter.
235
#
236
#PAPERSIZE=	A4
237
#
238
#
234
# Override "don't install a port that's already installed" behavior.
239
# Override "don't install a port that's already installed" behavior.
235
# One might wish to do this for ports debugging or to unconditionally
240
# One might wish to do this for ports debugging or to unconditionally
236
# reinstall a set of suspect/broken ports.
241
# reinstall a set of suspect/broken ports.
(-)gnu/usr.bin/groff/Makefile.inc (+4 lines)
Lines 6-12 Link Here
6
# Define `page' to be letter if your PostScript printer uses 8.5x11
6
# Define `page' to be letter if your PostScript printer uses 8.5x11
7
# paper (USA) and define it to be A4, if it uses A4 paper (rest of the
7
# paper (USA) and define it to be A4, if it uses A4 paper (rest of the
8
# world).
8
# world).
9
.if defined(PAPERSIZE)
10
PAGE=${PAPERSIZE}
11
.else
9
PAGE=letter
12
PAGE=letter
13
.endif
10
14
11
# Normally the Postscript driver, grops, produces output that conforms
15
# Normally the Postscript driver, grops, produces output that conforms
12
# to version 3.0 of the Adobe Document Structuring Conventions.
16
# to version 3.0 of the Adobe Document Structuring Conventions.

Return to bug 29961