pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ikiwiki Fix permissions of included favicon file.
details: https://anonhg.NetBSD.org/pkgsrc/rev/99402a6af476
branches: trunk
changeset: 533037:99402a6af476
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 07 15:37:34 2007 +0000
description:
Fix permissions of included favicon file.
When the svn option is enabled (as it is per default), depend on
subversion-base instead of subversion (only the svn executable is
needed).
Bump PKGREVISION.
diffstat:
www/ikiwiki/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 1678fc6b314a -r 99402a6af476 www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile Fri Sep 07 15:32:46 2007 +0000
+++ b/www/ikiwiki/Makefile Fri Sep 07 15:37:34 2007 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 01:25:25 dan Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/07 15:37:34 wiz Exp $
#
DISTNAME= ikiwiki_1.32
PKGNAME= ikiwiki-1.32
+PKGREVISION= 1
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
@@ -29,7 +30,7 @@
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
.if !empty(PKG_OPTIONS:Msvn)
-DEPENDS+= subversion-[0-9]*:../../devel/subversion
+DEPENDS+= subversion-base-[0-9]*:../../devel/subversion-base
.endif
.if !empty(PKG_OPTIONS:Mw3m)
@@ -57,6 +58,7 @@
${INSTALL_DATA_DIR} ${PREFIX}/share/ikiwiki/templates
${INSTALL_DATA_DIR} ${PREFIX}/share/ikiwiki/basewiki
cd ${WRKSRC} && pax -rwvpp templates basewiki ${PREFIX}/share/ikiwiki/
+ ${CHMOD} 644 ${PREFIX}/share/ikiwiki/basewiki/favicon.ico
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ikiwiki
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ikiwiki/html
Home |
Main Index |
Thread Index |
Old Index