diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-08-09 23:33:18 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-08-09 23:33:18 +0000 |
commit | 6f0376264e42a7821e0c21a225c6b12ceac9b3d3 (patch) | |
tree | 794a188d59a412a498dfda158f8a6cac39970c2f | |
parent | b9b9b66a4be3d67d156cf0eccb90b68c8c922832 (diff) | |
download | ports-6f0376264e42a7821e0c21a225c6b12ceac9b3d3.tar.gz ports-6f0376264e42a7821e0c21a225c6b12ceac9b3d3.zip |
games/exult: Add PORTEPOCH
- add PORTEPOCH since original games/exult (1.9.x devel) was moved to
games/exult-devel and now it follows stable release 1.8.
-rw-r--r-- | games/exult/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index af38a8c15298..74e93de8a0d9 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -1,5 +1,6 @@ PORTNAME= exult DISTVERSION?= 1.8 +PORTEPOCH= 1 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org |