pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/horde3 Make pkglint happy



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66f38ce75bf1
branches:  trunk
changeset: 509931:66f38ce75bf1
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Mar 19 16:53:22 2006 +0000

description:
Make pkglint happy
Watchout for shared directories

diffstat:

 www/horde3/Makefile |  10 +++++-----
 www/horde3/PLIST    |   6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 95bf362379a6 -r 66f38ce75bf1 www/horde3/Makefile
--- a/www/horde3/Makefile       Sun Mar 19 16:11:07 2006 +0000
+++ b/www/horde3/Makefile       Sun Mar 19 16:53:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/03/08 23:04:58 adrianp Exp $
+# $NetBSD: Makefile,v 1.21 2006/03/19 16:53:22 adrianp Exp $
 
 DISTNAME=      horde-3.1
 CATEGORIES=    www
@@ -27,7 +27,7 @@
 EGDIR=         ${PREFIX}/share/examples/horde
 HORDEDIR=      ${PREFIX}/share/horde
 PAXDIRS=       js lib locale po scripts services templates themes util admin
-SENDMAIL?=      /usr/sbin/sendmail
+SENDMAIL?=     /usr/sbin/sendmail
 
 PKG_SYSCONFSUBDIR?=    httpd
 MESSAGE_SUBST+=                HORDEDIR=${HORDEDIR:Q}
@@ -79,9 +79,9 @@
 SUBST_STAGE.files=     post-build
 SUBST_FILES.files=     horde.conf.dist config/conf.xml config/conf.xml.dist \
                        scripts/set_perms.sh
-SUBST_SED.files=       -e "s|@HORDEDIR@|${HORDEDIR}|g" \
-                       -e "s|/usr/lib/sendmail|${SENDMAIL}|g" \
-                       -e "s|/bin/sh|${SH}|g"
+SUBST_SED.files=       -e "s|@HORDEDIR@|${HORDEDIR}|g"
+SUBST_SED.files+=      -e "s|/usr/lib/sendmail|${SENDMAIL}|g"
+SUBST_SED.files+=      -e "s|/bin/sh|${SH}|g"
 SUBST_MESSAGE.files=   Fixing configuration files.
 
 .include "options.mk"
diff -r 95bf362379a6 -r 66f38ce75bf1 www/horde3/PLIST
--- a/www/horde3/PLIST  Sun Mar 19 16:11:07 2006 +0000
+++ b/www/horde3/PLIST  Sun Mar 19 16:53:22 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2006/03/08 23:04:58 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/03/19 16:53:22 adrianp Exp $
 share/doc/horde/CHANGES
 share/doc/horde/CODING_STANDARDS
 share/doc/horde/CONTRIBUTING
@@ -1713,7 +1713,7 @@
 @dirrm share/horde/lib/Block
 @dirrm share/horde/lib
 @dirrm share/horde/js
-@dirrm share/horde/config
+@unexec ${RMDIR} %D/share/horde/config 2>/dev/null || ${TRUE}
 @dirrm share/horde/admin/setup
 @dirrm share/horde/admin/perms
 @dirrm share/horde/admin/locale/fi_FI
@@ -1721,6 +1721,6 @@
 @dirrm share/horde/admin/locale/hu_HU
 @dirrm share/horde/admin/locale
 @dirrm share/horde/admin
-@dirrm share/horde
+@unexec ${RMDIR} %D/share/horde 2>/dev/null || ${TRUE}
 @dirrm share/examples/horde
 @dirrm share/doc/horde



Home | Main Index | Thread Index | Old Index