diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-18 04:53:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-18 04:53:55 +0000 |
commit | e7efb828a9dac76ae8b00b0ff55e27e9646135c3 (patch) | |
tree | ce010c2af1117716d4f53be5819773e78e2ceb92 | |
parent | 90c6b348711df65abbc5ae15b7f92ae519885888 (diff) | |
download | freebsd-ports-e7efb828a9dac76ae8b00b0ff55e27e9646135c3.zip |
This port need to zero out PORTREVISION and PORTEPOCH.
-rw-r--r-- | www/mozilla-gtk1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mozilla-gtk1/Makefile b/www/mozilla-gtk1/Makefile index 0f0a8a3b5c1a..13db749c4d3c 100644 --- a/www/mozilla-gtk1/Makefile +++ b/www/mozilla-gtk1/Makefile @@ -6,6 +6,8 @@ # PORTNAME= mozilla +PORTREVISION= 0 +PORTEPOCH= 0 CATEGORIES= www MASTERDIR= ${.CURDIR}/../mozilla |