diff options
author | garga <garga@FreeBSD.org> | 2006-01-27 06:48:58 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-01-27 06:48:58 +0800 |
commit | 8a320c61f98bf978c491216324ec3ff23fb25671 (patch) | |
tree | ac073f1b7bc0d94eaf89f12ed0881a92fcea9a3b /mail/uebimiau/Makefile | |
parent | 2bece8f5f541f3ecf640843793ebb36950cf9e17 (diff) | |
download | freebsd-ports-gnome-8a320c61f98bf978c491216324ec3ff23fb25671.tar.gz freebsd-ports-gnome-8a320c61f98bf978c491216324ec3ff23fb25671.tar.zst freebsd-ports-gnome-8a320c61f98bf978c491216324ec3ff23fb25671.zip |
- Update to 2.7.9
- Add more MASTER_SITES
PR: ports/91011
Submitted by: Jose Liang <jose@jose.idv.tw>
Approved by: maintainer timeout (30 days)
Diffstat (limited to 'mail/uebimiau/Makefile')
-rw-r--r-- | mail/uebimiau/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/uebimiau/Makefile b/mail/uebimiau/Makefile index 0fd76888a1c1..b00672af5840 100644 --- a/mail/uebimiau/Makefile +++ b/mail/uebimiau/Makefile @@ -6,9 +6,11 @@ # PORTNAME= uebimiau -DISTVERSION= 2.7.8-RC1 +DISTVERSION= 2.7.9 CATEGORIES= mail www -MASTER_SITES= http://www.uebimiau.org/downloads/ +MASTER_SITES= http://www.uebimiau.org/downloads/ \ + http://freebsd.jose.idv.tw/download/ \ + http://my.so-net.net.tw/jliang/uebimiau/ DISTNAME= ${PORTNAME}-${DISTVERSION}-any MAINTAINER= francisco@gomezmarin.com @@ -18,6 +20,9 @@ USE_PHP= pcre WANT_PHP_MOD= yes NO_BUILD= yes +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} |