diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 03:18:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 03:18:29 +0000 |
commit | 5e0d573f28004e33959cd6faf8af40db9132fd7a (patch) | |
tree | 117703c3d5c79278578893682fb13e7485edf3bc /x11/xcut/files/patch-aa | |
parent | Initial import of newmail version 1.0.1. (diff) |
Ininital import of xcut version 0.2.
Manipulate X cut buffers from the commandline.
PR: 13925
Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
Notes
Notes:
svn path=/head/; revision=22804
Diffstat (limited to 'x11/xcut/files/patch-aa')
-rw-r--r-- | x11/xcut/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xcut/files/patch-aa b/x11/xcut/files/patch-aa new file mode 100644 index 000000000000..1ddcfd603131 --- /dev/null +++ b/x11/xcut/files/patch-aa @@ -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=${X11BASE}/bin ++MANPATH=${X11BASE}${MAN1PREFIX}/man + MANSUFFIX=1 + + XCOMM Build xcut and manpage |