pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/horde Update Makefile missed in 3.1.2 update



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e01a932349c6
branches:  trunk
changeset: 516086:e01a932349c6
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Jul 13 20:42:21 2006 +0000

description:
Update Makefile missed in 3.1.2 update

diffstat:

 www/horde/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 499176b9cdcb -r e01a932349c6 www/horde/Makefile
--- a/www/horde/Makefile        Thu Jul 13 20:41:51 2006 +0000
+++ b/www/horde/Makefile        Thu Jul 13 20:42:21 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2006/06/16 09:23:21 adrianp Exp $
+# $NetBSD: Makefile,v 1.46 2006/07/13 20:42:21 adrianp Exp $
 
-DISTNAME=      horde-3.1.1
-PKGREVISION=   2
+DISTNAME=      horde-3.1.2
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.horde.org/pub/horde/ \
                ftp://ftp.horde.org/pub/horde/
@@ -97,7 +96,6 @@
 
 do-build:
        ${RM} ${WRKSRC}/lib/Horde/Auth/login.php.orig
-       ${RM} ${WRKSRC}/templates/problem/problem.inc.orig
        ${CP} ${FILESDIR}/horde.conf.dist ${WRKSRC}/horde.conf.dist
        ${CP} ${WRKSRC}/config/conf.xml ${WRKSRC}/config/conf.xml.dist
        ${FIND} ${WRKSRC} -name .htaccess -print | ${XARGS} ${RM} -f
@@ -118,7 +116,7 @@
 .      endfor
 
 .      for d in ${PAXDIRS}
-               @cd ${WRKSRC}/${d} && ${PAX} -rwpam . ${HORDEDIR}/${d}
+               cd ${WRKSRC}/${d} && ${PAX} -rwpam . ${HORDEDIR}/${d}
 .      endfor
 
        ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${HORDEDIR}/config



Home | Main Index | Thread Index | Old Index