From e2d8a29fc09c6d7a81d2526849441e53a1cf46f3 Mon Sep 17 00:00:00 2001 From: garga Date: Fri, 10 Feb 2006 11:22:29 +0000 Subject: - Add one more MASTER_SITES - Turn cp verbose to show which files are copied - Add a pkg-message - Change to use .zip sources because .tar.gz disapeared of main site - Transfer maintainership to submitter, maintainer is 9 months inactive PR: ports/92422 Submitted by: Jean Milanez Melo Approved by: maintainer timeout (14 days) --- mail/uebimiau/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'mail/uebimiau/Makefile') diff --git a/mail/uebimiau/Makefile b/mail/uebimiau/Makefile index b00672af5840..0180fe830bd7 100644 --- a/mail/uebimiau/Makefile +++ b/mail/uebimiau/Makefile @@ -9,23 +9,31 @@ PORTNAME= uebimiau DISTVERSION= 2.7.9 CATEGORIES= mail www MASTER_SITES= http://www.uebimiau.org/downloads/ \ + http://www.freebsdbrasil.com.br/~jmelo/ \ http://freebsd.jose.idv.tw/download/ \ http://my.so-net.net.tw/jliang/uebimiau/ DISTNAME= ${PORTNAME}-${DISTVERSION}-any -MAINTAINER= francisco@gomezmarin.com +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= UebiMiau is a simple yet efficient WebMail written in PHP +WRKSRC= ${WRKDIR}/webmail + +USE_ZIP= yes USE_PHP= pcre WANT_PHP_MOD= yes NO_BUILD= yes +SUB_FILES= pkg-message post-extract: @${RM} -f ${WRKSRC}/themes/aleborgXP/C?pia\ de\ messagelist.htm do-install: ${MKDIR} ${PREFIX}/www/data/${PORTNAME} - ${CP} -R ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME} + ${CP} -vR ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME} ${CHOWN} -R www:www ${PREFIX}/www/data/${PORTNAME} +post-install: + @${CAT} ${PKGMESSAGE} + .include -- cgit