mention static FLAVOR in DESCR
ok sthen@
This commit is contained in:
parent
0a30cb3aa1
commit
d09730c481
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/11/04 08:02:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2009/11/08 15:59:00 eric Exp $
|
||||
|
||||
COMMENT = simple distributed software configuration management
|
||||
|
||||
VERSION = 20091103194336
|
||||
DISTNAME = fossil-src-${VERSION}
|
||||
PKGNAME = fossil-${VERSION}
|
||||
PKGNAME = fossil-${VERSION}p0
|
||||
CATEGORIES = devel www
|
||||
|
||||
HOMEPAGE = http://fossil-scm.org/
|
||||
|
@ -7,3 +7,11 @@ extremely simple to setup and operate.
|
||||
In addition to distributed version control, it supports distributed bug
|
||||
tracking and wiki, with a built-in web interface, in a single easy-to-use
|
||||
integrated package.
|
||||
|
||||
This package can be built with a static FLAVOR, which makes it easier
|
||||
to use in a chrooted apache environment. ${LOCALBASE}/bin/fossil must
|
||||
be copied to /var/www/bin. Note that it requires /var/tmp in the
|
||||
chroot dir:
|
||||
|
||||
# mkdir /var/www/var
|
||||
# mkdir -m 1777 /var/www/var/tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user