aboutsummaryrefslogtreecommitdiff
path: root/textproc/uchardet
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-04-07 16:38:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-04-07 16:38:03 +0000
commit328cbeb63d76d33cf5aae73479aaacaecfab3448 (patch)
tree3a6512a02e3ed6b4af0b0ad5ac074582c2b9d568 /textproc/uchardet
parentd9156a8d278e0b24998cd58c90a50716a97cf287 (diff)
downloadports-328cbeb63d76d33cf5aae73479aaacaecfab3448.tar.gz
ports-328cbeb63d76d33cf5aae73479aaacaecfab3448.zip
textproc/uchardet: Fix typo in a variable
Submitted by: sunpoet (via e-mail)
Notes
Notes: svn path=/head/; revision=498292
Diffstat (limited to 'textproc/uchardet')
-rw-r--r--textproc/uchardet/Makefile4
-rw-r--r--textproc/uchardet/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/uchardet/Makefile b/textproc/uchardet/Makefile
index 6437aa80e378..61c0babd96fb 100644
--- a/textproc/uchardet/Makefile
+++ b/textproc/uchardet/Makefile
@@ -19,9 +19,9 @@ USE_LDCONFIG= yes
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man
.if defined(WITH_DEBUG)
-PLIST_SUB+= VERSION_SIFFIX=".debug"
+PLIST_SUB+= VERSION_SUFFIX=".debug"
.else
-PLIST_SUB+= VERSION_SIFFIX=""
+PLIST_SUB+= VERSION_SUFFIX=""
.endif
.include <bsd.port.mk>
diff --git a/textproc/uchardet/pkg-plist b/textproc/uchardet/pkg-plist
index 839cbf23b00d..b0bba5e09262 100644
--- a/textproc/uchardet/pkg-plist
+++ b/textproc/uchardet/pkg-plist
@@ -3,6 +3,6 @@ include/uchardet/uchardet.h
lib/libuchardet.a
lib/libuchardet.so
lib/libuchardet.so.0
-lib/libuchardet.so.0.0.6%%VERSION_SIFFIX%%
+lib/libuchardet.so.0.0.6%%VERSION_SUFFIX%%
libdata/pkgconfig/uchardet.pc
man/man1/uchardet.1.gz