diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg index 25931934461..406e24ee281 100644 --- a/gnu/usr.bin/groff/Makefile.cfg +++ b/gnu/usr.bin/groff/Makefile.cfg @@ -41,6 +41,8 @@ DVIPRINT=lpr -d # Don't touch... g= +tmac_s=s +tmac_m=m device=ps fontdir=/usr/share/groff_font fontpath=$(fontdir) @@ -106,7 +108,7 @@ CFLAGS+=$(DEFINES) -e "s;@FONTPATH@;$(fontpath);g" \ -e "s;@MACRODIR@;$(tmacdir);g" \ -e "s;@MACROPATH@;$(tmacpath);g" \ - -e "s;@DEVICE@;$(DEVICE);g" \ + -e "s;@DEVICE@;$(device);g" \ -e "s;@DEFAULT_INDEX@;$(indexdir)/$(indexname);g" \ -e "s;@DEFAULT_INDEX_NAME@;$(indexname);g" \ -e "s;@INDEX_SUFFIX@;$(indexext);g" \