diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-09 03:44:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-09 03:44:40 +0800 |
commit | 310ab9c88cb41fa6cfef06826f134ed5d45c09ac (patch) | |
tree | c1daaf4985519d7dc29ce3151fa432634ce80c10 /www/mozilla/Makefile | |
parent | c223cb2d0d361fe6860fc64fff89c16e75f10044 (diff) | |
download | freebsd-ports-gnome-310ab9c88cb41fa6cfef06826f134ed5d45c09ac.tar.gz freebsd-ports-gnome-310ab9c88cb41fa6cfef06826f134ed5d45c09ac.tar.zst freebsd-ports-gnome-310ab9c88cb41fa6cfef06826f134ed5d45c09ac.zip |
Update to 1.3.1.
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r-- | www/mozilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 352013ee4b4f..2f0d310b58ca 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -6,8 +6,7 @@ # PORTNAME?= mozilla -PORTVERSION= 1.3 -PORTREVISION?= 1 +PORTVERSION= 1.3.1 PORTEPOCH?= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ @@ -256,6 +255,7 @@ do-install: .endif post-install: + @${CHMOD} -R u-w ${PREFIX}/lib/${MOZILLA}/components @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |