diff options
author | garga <garga@FreeBSD.org> | 2006-02-10 19:22:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-10 19:22:29 +0800 |
commit | e2d8a29fc09c6d7a81d2526849441e53a1cf46f3 (patch) | |
tree | b0b4a09e943de3dcceeedde2f5d93e912cf6f80e /mail/uebimiau/Makefile | |
parent | 33d750f273b9492eb62dbd91925ab76308286df0 (diff) | |
download | freebsd-ports-gnome-e2d8a29fc09c6d7a81d2526849441e53a1cf46f3.tar.gz freebsd-ports-gnome-e2d8a29fc09c6d7a81d2526849441e53a1cf46f3.tar.zst freebsd-ports-gnome-e2d8a29fc09c6d7a81d2526849441e53a1cf46f3.zip |
- 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 <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'mail/uebimiau/Makefile')
-rw-r--r-- | mail/uebimiau/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
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 <bsd.port.mk> |