diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-07 12:43:01 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-07 12:43:01 +0800 |
commit | f8d7a1c5f24af61664fd0a5183804740d7d50175 (patch) | |
tree | f0904fe7541a05f7e3255e04684eb179a1750e2f | |
parent | 4a344ff7babcbf285dfeb373d6ab841cbe99d79d (diff) | |
download | marcuscom-ports-f8d7a1c5f24af61664fd0a5183804740d7d50175.tar marcuscom-ports-f8d7a1c5f24af61664fd0a5183804740d7d50175.tar.gz marcuscom-ports-f8d7a1c5f24af61664fd0a5183804740d7d50175.tar.bz2 marcuscom-ports-f8d7a1c5f24af61664fd0a5183804740d7d50175.tar.lz marcuscom-ports-f8d7a1c5f24af61664fd0a5183804740d7d50175.tar.xz marcuscom-ports-f8d7a1c5f24af61664fd0a5183804740d7d50175.tar.zst marcuscom-ports-f8d7a1c5f24af61664fd0a5183804740d7d50175.zip |
Add sed on %%LOCALBASE%%, I thought it already does but not.. Bump the
PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11256 df743ca5-7f9a-e211-a948-0013205c9059
-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 8df00e1b3..c6dd5096e 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -3,11 +3,11 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile,v 1.52 2008/07/26 19:07:07 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile,v 1.53 2008/08/04 16:58:03 mezz Exp $ PORTNAME= mozilla PORTVERSION= 1.7.13 -PORTREVISION?= 9 +PORTREVISION?= 10 PORTEPOCH= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ |