diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-08-15 19:53:19 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2022-08-15 19:53:19 +0000 |
commit | e50ab2a372c55f19a654dadc8774f0fc38666a21 (patch) | |
tree | a7685c345a831e2ca96b9b551b4989f66b494c3c | |
parent | 52516592893127a7e9f1ec4436f4ad978828cf04 (diff) |
www/firefox-esr: restore PORTEPOCH, fatfingered in last commit
Reported by: "N.J. Mann"
-rw-r--r-- | www/firefox-esr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index a4068a438ead..1d5737fdb00c 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox DISTVERSION= 91.13.0 +PORTEPOCH= 1 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source |