summaryrefslogtreecommitdiff
path: root/www/horde/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/horde/Makefile')
-rw-r--r--www/horde/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile
index 0d0963aa8ed..9182ce2d662 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2010/09/30 08:17:23 obache Exp $
+# $NetBSD: Makefile,v 1.69.2.1 2010/12/23 10:51:51 sbd Exp $
-DISTNAME= horde-3.3.6
-PKGREVISION= 2
+DISTNAME= horde-3.3.11
CATEGORIES= www
MASTER_SITES= http://ftp.horde.org/pub/horde/ \
ftp://ftp.horde.org/pub/horde/
@@ -43,7 +42,7 @@ SENDMAIL?= /usr/sbin/sendmail
PKG_USERS_VARS+=APACHE_USER
PKG_SYSCONFSUBDIR?= httpd
-MESSAGE_SUBST+= HORDEDIR=${HORDEDIR:Q}
+MESSAGE_SUBST+= HORDEDIR=${HORDEDIR}
REPLACE_INTERPRETER+= php
REPLACE.php.old= .*/bin/php
@@ -129,15 +128,12 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DESTDIR}${DOCDIR}
-
-. for d in ${PAXDIRS}
+.for d in ${PAXDIRS}
${INSTALL_DATA_DIR} ${DESTDIR}${HORDEDIR}/${d}
-. endfor
-
-. for d in ${PAXDIRS}
+.endfor
+.for d in ${PAXDIRS}
cd ${WRKSRC}/${d} && pax -rwpam . ${DESTDIR}${HORDEDIR}/${d}
-. endfor
-
+.endfor
cd ${WRKSRC}/config && for f in *.dist; do \
${INSTALL_DATA} $$f ${DESTDIR}${EGDIR}/config/$${f%.dist}; \
done