diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-11 14:04:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-11 14:04:15 +0000 |
commit | b5050e7e6cd39a91d7988a599f406c1a9c8a2330 (patch) | |
tree | 7d5f66ea18123418a4e31f2592e9f8d788b36c2e | |
parent | games/quake3: unbreak with libglvnd (diff) |
devel/functionalplus: Fix typo in PORTNAME
Reported by: friendlyanon <friendlyanon_@hotmail.com>
-rw-r--r-- | devel/functionalplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/functionalplus/Makefile b/devel/functionalplus/Makefile index 8fe536010e9a..37447a525d3f 100644 --- a/devel/functionalplus/Makefile +++ b/devel/functionalplus/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= functionalplu +PORTNAME= functionalplus DISTVERSIONPREFIX= v DISTVERSION= 0.2.13-p0 CATEGORIES= devel |