diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 03:18:29 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 03:18:29 +0000 |
commit | 11da7a7746dc36a00150df937624d8deb3192293 (patch) | |
tree | 81c0d7fa905095d13b08a811b968d7929a249f00 /x11/xcut/files/patch-aa | |
parent | df9ca5757740bb5ca75b4fb1a164533c54c9115a (diff) | |
download | FreeBSD-ports-11da7a7746dc36a00150df937624d8deb3192293.zip FreeBSD-ports-11da7a7746dc36a00150df937624d8deb3192293.tar.gz |
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>
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 0000000..1ddcfd6 --- /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 |