mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
59 lines
2.4 KiB
Plaintext
59 lines
2.4 KiB
Plaintext
*** gv/config.Unix.orig Mon Aug 26 18:02:18 1996
|
|
--- gv/config.Unix Mon Aug 26 18:25:27 1996
|
|
***************
|
|
*** 28,34 ****
|
|
XCOMM ====================================================================
|
|
XCOMM === The print command.
|
|
XCOMM ====================================================================
|
|
! PRINT_COMMAND = lpr
|
|
|
|
XCOMM ====================================================================
|
|
XCOMM === The name of the Xaw3d library.
|
|
--- 28,34 ----
|
|
XCOMM ====================================================================
|
|
XCOMM === The print command.
|
|
XCOMM ====================================================================
|
|
! PRINT_COMMAND = lpr -s
|
|
|
|
XCOMM ====================================================================
|
|
XCOMM === The name of the Xaw3d library.
|
|
***************
|
|
*** 77,94 ****
|
|
XCOMM ====================================================================
|
|
XCOMM === Destination directory for the gv manpage.
|
|
XCOMM ====================================================================
|
|
! MANDIR = /usr/local/man/man1
|
|
|
|
XCOMM ====================================================================
|
|
XCOMM === Destination directory for the gv executable.
|
|
XCOMM ====================================================================
|
|
! BINDIR = /usr/local/bin
|
|
|
|
XCOMM ====================================================================
|
|
XCOMM === Destination directory for gv data files.
|
|
XCOMM === Must be terminated with a trailing '/'.
|
|
XCOMM ====================================================================
|
|
! GV_LIB = /usr/local/lib/gv/
|
|
|
|
|
|
|
|
--- 77,94 ----
|
|
XCOMM ====================================================================
|
|
XCOMM === Destination directory for the gv manpage.
|
|
XCOMM ====================================================================
|
|
! XCOMM MANDIR = /usr/local/man/man1
|
|
|
|
XCOMM ====================================================================
|
|
XCOMM === Destination directory for the gv executable.
|
|
XCOMM ====================================================================
|
|
! XCOMM BINDIR = /usr/local/bin
|
|
|
|
XCOMM ====================================================================
|
|
XCOMM === Destination directory for gv data files.
|
|
XCOMM === Must be terminated with a trailing '/'.
|
|
XCOMM ====================================================================
|
|
! GV_LIB = $(LIBDIR)/gv/
|
|
|
|
|
|
|