Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 16:38:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498292 - head/textproc/uchardet
Message-ID:  <201904071638.x37Gc3XR038157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Apr  7 16:38:03 2019
New Revision: 498292
URL: https://svnweb.freebsd.org/changeset/ports/498292

Log:
  textproc/uchardet: Fix typo in a variable
  
  Submitted by:	sunpoet (via e-mail)

Modified:
  head/textproc/uchardet/Makefile
  head/textproc/uchardet/pkg-plist

Modified: head/textproc/uchardet/Makefile
==============================================================================
--- head/textproc/uchardet/Makefile	Sun Apr  7 16:36:32 2019	(r498291)
+++ head/textproc/uchardet/Makefile	Sun Apr  7 16:38:03 2019	(r498292)
@@ -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>

Modified: head/textproc/uchardet/pkg-plist
==============================================================================
--- head/textproc/uchardet/pkg-plist	Sun Apr  7 16:36:32 2019	(r498291)
+++ head/textproc/uchardet/pkg-plist	Sun Apr  7 16:38:03 2019	(r498292)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904071638.x37Gc3XR038157>