diff options
Diffstat (limited to 'www/horde/Makefile')
-rw-r--r-- | www/horde/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 0d0963aa8ed..9e6346b205f 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.70 2010/11/10 12:46:53 adam Exp $ -DISTNAME= horde-3.3.6 -PKGREVISION= 2 +DISTNAME= horde-3.3.10 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 |