diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2023-06-30 12:51:17 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2023-06-30 13:40:19 +0200 |
commit | 6fde2cc8ef84d9fb3c3c53191efc1c413e516847 (patch) | |
tree | 372223da3ea20a7801012d753d1af7a572a9a312 | |
parent | 8bcbc1e32c6c141a4855f402ca06516b9c83d0a6 (diff) | |
download | freebsd-ports-6fde2cc8ef84d9fb3c3c53191efc1c413e516847.zip |
graphics/epix: Spell PORTREVISION correctly
Reported by: portfmt scan
-rw-r--r-- | graphics/epix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index eb31408be37c..2b45b2b08d5a 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -1,6 +1,6 @@ PORTNAME= epix DISTVERSION= 1.2.22 -PORTEREVISION= 1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://mathcs.holycross.edu/~ahwang/${PORTNAME}/ |