1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Fix friend/wizard sessions and images upload.

- Bump PORTREVISION

PR:		ports/86568
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2005-09-26 16:06:49 +00:00
parent 7ef458b428
commit 7659aea4bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143596
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= geneweb
PORTVERSION= 4.10
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/

View File

@ -58,7 +58,8 @@ esac
mkdir ${PUB_DIR}
cat > ${PUB_DIR}/gw.cgi << EOF
#!/bin/sh
/usr/local/bin/gwd -cgi -bd ${PRIV_DIR} 2>/dev/null
cd ${PRIV_DIR}/${DB_NAME}.gwb
/usr/local/bin/gwd -cgi -bd ${PRIV_DIR} -wd ${PRIV_DIR}/${DB_NAME}.gwb 2>/dev/null
EOF
chmod -R 755 ${PUB_DIR}
chown -R ${USER}:${USER_GROUP} ${PUB_DIR}