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:
parent
a27b650d07
commit
8a3f3e9b41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491374
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user