diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-09 14:55:53 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-09 14:55:53 +0000 |
commit | c7d5557cd6c5f94752a72adec8a4206b3ef4c961 (patch) | |
tree | 3c19b9a37cc8c0eea0211a408f0544ae85f72f11 | |
parent | Forgot to add this patch. (diff) |
PORTEPOCH should not be removed.
Notes
Notes:
svn path=/head/; revision=41132
-rw-r--r-- | www/mozilla+ipv6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile index 729af421d814..09acf516df68 100644 --- a/www/mozilla+ipv6/Makefile +++ b/www/mozilla+ipv6/Makefile @@ -8,6 +8,7 @@ PORTNAME= mozilla PORTVERSION= 0.8.1 PORTREVISION= 1 +PORTEPOCH= 1 PKGNAMESUFFIX= +ipv6 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} |