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:
parent
7d56c87a68
commit
df24890909
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544542
@ -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>
|
||||
|
7
devel/libcircllhist/pkg-plist
Normal file
7
devel/libcircllhist/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user