summaryrefslogtreecommitdiff
path: root/textproc/gxditview/scripts/pre-configure
blob: 4bde3eb12e310d8d48473f7e69a489c8fa75a10b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# Set up the Imakefile correctly for gxditview.
#
# $FreeBSD$
#

cd $WRKSRC
sed    -e 's|^GROFF_LIBDIR.*|GROFF_LIBDIR=/usr/share|' \
       -e 's|^GROFF_FONTDIR.*|GROFF_FONTDIR=/usr/share/groff_font|' \
       -e 's|^GROFF_FONTPATH.*|GROFF_FONTPATH=.:$(GROFF_FONTDIR)|' \
       Imakefile > Imakefile.new
mv Imakefile.new Imakefile