1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Install libcircllhist.so.0 symlink to match the SONAME

- Convert PLIST_FILES to pkg-plist given the number of items
This commit is contained in:
Alexey Dokuchaev 2020-08-09 04:59:17 +00:00
parent 7d56c87a68
commit df24890909
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544542
2 changed files with 11 additions and 4 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= libcircllhist
PORTVERSION= g20200417
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
@ -18,9 +19,8 @@ USES= autoreconf gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_FILES= bin/circllhist_print \
include/circllhist.h lib/libcircllhist.a \
lib/libcircllhist.so lib/libcircllhist.so.0.0.1 \
share/lua/5.1/ffi_libcircllhist.lua
post-install:
${LN} -s libcircllhist.so.0.0.1 \
${STAGEDIR}${PREFIX}/lib/libcircllhist.so.0
.include <bsd.port.mk>

View File

@ -0,0 +1,7 @@
bin/circllhist_print
include/circllhist.h
lib/libcircllhist.a
lib/libcircllhist.so
lib/libcircllhist.so.0
lib/libcircllhist.so.0.0.1
share/lua/5.1/ffi_libcircllhist.lua