summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-03-19 16:53:22 +0000
committeradrianp <adrianp@pkgsrc.org>2006-03-19 16:53:22 +0000
commit2d5e7120d8b7ba28073207abd177eeb93c335350 (patch)
tree1757e988e14337d01b83ecb76cccd390419a1c3b /www
parent16eb5cfa6df831b0fe2993c0f09fda625212b109 (diff)
downloadpkgsrc-2d5e7120d8b7ba28073207abd177eeb93c335350.tar.gz
Make pkglint happy
Watchout for shared directories
Diffstat (limited to 'www')
-rw-r--r--www/horde3/Makefile10
-rw-r--r--www/horde3/PLIST6
2 files changed, 8 insertions, 8 deletions
diff --git a/www/horde3/Makefile b/www/horde3/Makefile
index 9148b1eb493..cafa5d478d3 100644
--- a/www/horde3/Makefile
+++ b/www/horde3/Makefile
@@ -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 @@ DOCDIR= ${PREFIX}/share/doc/horde
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_CLASSES+= files
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 --git a/www/horde3/PLIST b/www/horde3/PLIST
index 1469f4124ad..6f261b54323 100644
--- a/www/horde3/PLIST
+++ b/www/horde3/PLIST
@@ -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 @@ share/horde/util/regex_test.php
@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 @@ share/horde/util/regex_test.php
@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