1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

textproc/uchardet: Fix packaging error when WITH_DEBUG is set

PR:		235235
Reported by:	novel
This commit is contained in:
Yuri Victorovich 2019-01-27 18:06:21 +00:00
parent a27b650d07
commit 8a3f3e9b41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491374
2 changed files with 7 additions and 1 deletions

View File

@ -18,4 +18,10 @@ USE_LDCONFIG= yes
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man
.if defined(WITH_DEBUG)
PLIST_SUB+= VERSION_SIFFIX=".debug"
.else
PLIST_SUB+= VERSION_SIFFIX=""
.endif
.include <bsd.port.mk>

View File

@ -3,6 +3,6 @@ include/uchardet/uchardet.h
lib/libuchardet.a
lib/libuchardet.so
lib/libuchardet.so.0
lib/libuchardet.so.0.0.6
lib/libuchardet.so.0.0.6%%VERSION_SIFFIX%%
libdata/pkgconfig/uchardet.pc
man/man1/uchardet.1.gz