diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-06-21 14:05:48 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-06-21 14:09:03 -0400 |
commit | 7fdd67ec48e7780a922ce6043f04294ab10d5ae7 (patch) | |
tree | 952c6787a3e40640a7d944f869e8747a31520c99 /archivers/libunrar/Makefile | |
parent | math/sdpa: Update 7.3.8 → 7.3.17 (diff) |
archivers/libunrar: Re-add PORTEPOCH
The previously deleted version of archivers/libunrar had PORTEPOCH
defined, so we have to add it here too.
Reported by: garga, portmgr via email
Diffstat (limited to 'archivers/libunrar/Makefile')
-rw-r--r-- | archivers/libunrar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/libunrar/Makefile b/archivers/libunrar/Makefile index 9f6a60bf0732..85f1d4e9f8c7 100644 --- a/archivers/libunrar/Makefile +++ b/archivers/libunrar/Makefile @@ -1,5 +1,6 @@ PORTNAME= libunrar PORTVERSION= 6.2.8 +PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} |