Some cleanups.

This commit is contained in:
ajacoutot 2010-01-04 08:15:49 +00:00
parent 574a30c096
commit 42b24e0d91
3 changed files with 10 additions and 8 deletions

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/03 17:29:35 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2010/01/04 08:15:49 ajacoutot Exp $
COMMENT= open source micro messaging platform
DISTNAME= statusnet-0.8.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= net www
HOMEPAGE= http://status.net/
@ -56,9 +58,8 @@ ERRORS+= "Fatal: Invalid flavor: ${FLAVOR}"
.endif
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
cp -Rp ${WRKSRC}/* ${INSTDIR}
chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
cp -Rp ${WRKSRC} ${INSTDIR}
${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${INSTDIR}
chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>

View File

@ -1,14 +1,15 @@
$OpenBSD: README.OpenBSD,v 1.1.1.1 2010/01/03 17:29:36 jasper Exp $
$OpenBSD: README.OpenBSD,v 1.2 2010/01/04 08:15:49 ajacoutot Exp $
This document will briefly describe the steps needed before one can
complete the Status.net installation. After taking these steps you
should be able to browse to http://localhost/statusnet/install.php
should be able to browse to http://<hostname>/statusnet/install.php
and complete the installation.
Please refer to http://gitorious.org/statusnet/mainline/blobs/master/README
for a complete overview of how to setup Status.net with advanced features.
== MySQL==
MySQL users running with chroot'ed httpd might like to take the
following steps to place the mysql socket inside the chroot:

View File

@ -1,9 +1,9 @@
Status.net has been installed into ${PREFIX}/statusnet .
Status.net has been installed into
${INSTDIR}
You should point this to the DocumentRoot of your web-server:
# ln -s ../statusnet /var/www/htdocs/statusnet
(make sure you use a relative symlink since Apache is chrooted)
See ${PREFIX}/README.OpenBSD for information about configuring and running
Status.net on OpenBSD.