summaryrefslogtreecommitdiff
path: root/www/viewvc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/viewvc/Makefile')
-rw-r--r--www/viewvc/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/www/viewvc/Makefile b/www/viewvc/Makefile
index c6b53634305..e1ff09a85f4 100644
--- a/www/viewvc/Makefile
+++ b/www/viewvc/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2009/07/07 18:46:37 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2009/08/15 08:33:13 adrianp Exp $
#
-DISTNAME= viewvc-1.0.7
-PKGREVISION= 2
+DISTNAME= viewvc-1.0.9
CATEGORIES= devel www
-MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/44050/
+MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/46487/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.viewvc.org/
@@ -61,5 +60,11 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf.dist \
${DESTDIR}${PREFIX}/share/examples/viewvc/cvsgraph.conf
+post-install:
+ ${CHMOD} ${SHAREMODE} \
+ ${DESTDIR}/${PREFIX}/share/viewvc/bin/mod_python/.htaccess
+ ${CHMOD} ${SHAREMODE} \
+ ${DESTDIR}/${PREFIX}/share/viewvc/bin/mod_python/*.py
+
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"