diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-25 12:41:30 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-25 12:41:30 +0000 |
commit | fd66d88088ed16adaf30413cf097a38e44240048 (patch) | |
tree | 278449483b8490c3e816dad01b2dfe36c9420dc2 /mail/horde-mimp/Makefile | |
parent | 287c64dc958fc008594899516bcc6c9f01e96240 (diff) | |
download | ports-fd66d88088ed16adaf30413cf097a38e44240048.tar.gz ports-fd66d88088ed16adaf30413cf097a38e44240048.zip |
Notes
Diffstat (limited to 'mail/horde-mimp/Makefile')
-rw-r--r-- | mail/horde-mimp/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/horde-mimp/Makefile b/mail/horde-mimp/Makefile index c363ec1536a3..017f37710359 100644 --- a/mail/horde-mimp/Makefile +++ b/mail/horde-mimp/Makefile @@ -6,13 +6,13 @@ # PORTNAME= mimp -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 +DISTVERSIONPREFIX= h3- CATEGORIES= mail www MASTER_SITES= HORDE -DISTNAME= ${PORTNAME}-h3-${PORTVERSION} MAINTAINER= beech@alaskaparadise.com -COMMENT= A mobile webmail system which uses the horde framework +COMMENT= Mobile webmail system #----------------------------------------------------------------------- # You may define these options: @@ -160,15 +160,12 @@ pre-install: do-install: @${INSTALL} -d ${MIMPDIR}/ -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${MIMPDIR}/ -.endfor - @${CP} -p ${WRKSRC}/*.php ${MIMPDIR}/ + @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${MIMPDIR}/ + @${CP} -p ${WRKSRC}/*.php ${MIMPDIR}/ @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ @${INSTALL_DATA} ${WRKDIR}/httpd-mimp.conf ${HORDE_INC}/ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${MIMPDIR}/ @${CHMOD} -R o-rwx ${CONFDIR}/ - .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR}/ @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ |