diff options
Diffstat (limited to 'x11/xcut/files/patch-Imakefile')
-rw-r--r-- | x11/xcut/files/patch-Imakefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xcut/files/patch-Imakefile b/x11/xcut/files/patch-Imakefile new file mode 100644 index 0000000..1ac717a --- /dev/null +++ b/x11/xcut/files/patch-Imakefile @@ -0,0 +1,13 @@ +--- Imakefile.orig Mon Sep 20 22:46:38 1999 ++++ Imakefile Thu Sep 23 14:59:31 1999 +@@ -11,8 +11,8 @@ + + XCOMM Set up for local environment + +-BINDIR=/usr/local/bin +-MANPATH=/usr/local/man ++BINDIR=${LOCALBASE}/bin ++MANPATH=${LOCALBASE}${MAN1PREFIX}/man + MANSUFFIX=1 + + XCOMM Build xcut and manpage |