diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-10-30 11:17:43 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-10-30 11:17:43 +0800 |
commit | 05e179ab1954770bdbc47dc72370727ddd9a246b (patch) | |
tree | d4980520fe2a763e81fa1817abc6cc9b25441b6b /www/ruboard/files | |
parent | 298f401c6476cdfea5bcfab6bed60ae63b0a3403 (diff) | |
download | freebsd-ports-graphics-05e179ab1954770bdbc47dc72370727ddd9a246b.tar.gz freebsd-ports-graphics-05e179ab1954770bdbc47dc72370727ddd9a246b.tar.zst freebsd-ports-graphics-05e179ab1954770bdbc47dc72370727ddd9a246b.zip |
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>
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 00000000000..4f937c0a8ce --- /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'! |