mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5d74fe2ea8
supporting english and russian. PR: 8492 Reviewed by: jkoshy Submitted by: Andrew Maltsev <am@amsoft.ru>
24 lines
566 B
Plaintext
24 lines
566 B
Plaintext
*** Config.orig Thu Oct 29 03:29:02 1998
|
|
--- Config Fri Oct 30 08:32:22 1998
|
|
***************
|
|
*** 3,9 ****
|
|
#
|
|
# Where ruboard shold be installed (home dir)
|
|
#
|
|
! HOMEDIR = /usr/local/lib/ruboard
|
|
#
|
|
# Owner and group of boards. Defaults to your user id. Do not delete
|
|
# `-o' and `-g'!
|
|
--- 3,13 ----
|
|
#
|
|
# Where ruboard shold be installed (home dir)
|
|
#
|
|
! HOMEDIR = $(PREFIX)/etc/ruboard
|
|
! #
|
|
! # Where binaries are instaled
|
|
! #
|
|
! BINDIR = $(PREFIX)/libexec/ruboard
|
|
#
|
|
# Owner and group of boards. Defaults to your user id. Do not delete
|
|
# `-o' and `-g'!
|