mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
5e0d573f28
Manipulate X cut buffers from the commandline. PR: 13925 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
--- 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
|