diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-30 03:17:43 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-30 03:17:43 +0000 |
commit | 5d74fe2ea85e958e751c03ea3f269e7419be31ef (patch) | |
tree | 7bac10f9c6fdd66754ead1163f3301b0b5ec2c49 /www/ruboard/files | |
parent | Upgrade and unbreak. (diff) |
Import of `ruboard', an almost plug 'n play web based discussion board
supporting english and russian.
PR: 8492
Reviewed by: jkoshy
Submitted by: Andrew Maltsev <am@amsoft.ru>
Notes
Notes:
svn path=/head/; revision=14245
Diffstat (limited to 'www/ruboard/files')
-rw-r--r-- | www/ruboard/files/patch-aa | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/ruboard/files/patch-aa b/www/ruboard/files/patch-aa new file mode 100644 index 000000000000..4f937c0a8cef --- /dev/null +++ b/www/ruboard/files/patch-aa @@ -0,0 +1,23 @@ +*** 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'! |