Index: head/devel/libcircllhist/Makefile =================================================================== --- head/devel/libcircllhist/Makefile (revision 544541) +++ head/devel/libcircllhist/Makefile (revision 544542) @@ -1,26 +1,26 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= libcircllhist PORTVERSION= g20200417 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org COMMENT= Circonus log-linear histogram C implementation LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= circonus-labs GH_TAGNAME= b7c6248 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 Index: head/devel/libcircllhist/pkg-plist =================================================================== --- head/devel/libcircllhist/pkg-plist (nonexistent) +++ head/devel/libcircllhist/pkg-plist (revision 544542) @@ -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 Property changes on: head/devel/libcircllhist/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property