diff options
Diffstat (limited to 'textproc/gxditview/scripts/pre-configure')
-rw-r--r-- | textproc/gxditview/scripts/pre-configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/gxditview/scripts/pre-configure b/textproc/gxditview/scripts/pre-configure deleted file mode 100644 index 9645d477977c..000000000000 --- a/textproc/gxditview/scripts/pre-configure +++ /dev/null @@ -1,13 +0,0 @@ -#!/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)|' \ - -e "s|@srcdir@|${WRKSRC}|" \ - Imakefile.in > Imakefile |