From d02068065934da69b9e4710836c5211fe2f2df25 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 14 Jun 2009 11:38:34 +0000 Subject: * Fix some dependencies. * Corect a comment in DEINSTALL. * Add INSTALL to set permission of language files. Bump PKGREVISION. --- www/opengoo/DEINSTALL | 4 ++-- www/opengoo/INSTALL | 10 ++++++++++ www/opengoo/Makefile | 7 +++++-- 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 www/opengoo/INSTALL (limited to 'www') diff --git a/www/opengoo/DEINSTALL b/www/opengoo/DEINSTALL index 9abb33cdc15..d45a58994e7 100644 --- a/www/opengoo/DEINSTALL +++ b/www/opengoo/DEINSTALL @@ -1,10 +1,10 @@ -# $NetBSD: DEINSTALL,v 1.1.1.1 2009/06/14 04:51:37 taca Exp $ +# $NetBSD: DEINSTALL,v 1.2 2009/06/14 11:38:34 taca Exp $ OG_DIR="@PREFIX@/@OG_DIR@" case ${STAGE} in DEINSTALL) - # remove cache files. + # remove temporary files. ${FIND} ${OG_DIR}/cache ${OG_DIR}/tmp -type f -exec ${RM} -f {} \; ;; esac diff --git a/www/opengoo/INSTALL b/www/opengoo/INSTALL new file mode 100644 index 00000000000..17320ac4f0e --- /dev/null +++ b/www/opengoo/INSTALL @@ -0,0 +1,10 @@ +# $NetBSD: INSTALL,v 1.1 2009/06/14 11:38:34 taca Exp $ + +OG_DIR="@PREFIX@/@OG_DIR@" + +case ${STAGE} in +DEINSTALL) + # enable to edit language translation. + (cd "${OG_DIR}"; ${CHOWN} -R language) + ;; +esac diff --git a/www/opengoo/Makefile b/www/opengoo/Makefile index 52583c82627..055a8f52104 100644 --- a/www/opengoo/Makefile +++ b/www/opengoo/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/06/14 04:51:35 taca Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/14 11:38:34 taca Exp $ # DISTNAME= opengoo_${VER} PKGNAME= opengoo-${VER} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/} EXTRACT_SUFX= .zip @@ -12,8 +13,10 @@ HOMEPAGE= http://www.opengoo.org/ COMMENT= Easy to use Open Source Web Office LICENSE= gnu-gpl-v3 -#DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql +DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring +DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip +DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd PKG_DESTDIR_SUPPORT= user-destdir VER= 1.4.1 -- cgit v1.2.3