mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
o add missing file to PLIST
o add missing references to installed man pages PR: 31020 Submitted by: Patrick Li <pat@databits.net>
This commit is contained in:
parent
00c0807852
commit
4209e1cd5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48418
@ -21,6 +21,10 @@ USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \
|
||||
query-meerkat.1 xml-rpc-api2txt.1
|
||||
MAN7= xmlrpc-c.7
|
||||
|
||||
post-install:
|
||||
@${RM} -f ${PREFIX}/lib/*.la
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/meerkat-app-list
|
||||
bin/query-meerkat
|
||||
bin/xml-rpc-api2cpp
|
||||
bin/xml-rpc-api2txt
|
||||
bin/xmlrpc-c-config
|
||||
include/XmlRpcCpp.h
|
||||
|
@ -21,6 +21,10 @@ USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \
|
||||
query-meerkat.1 xml-rpc-api2txt.1
|
||||
MAN7= xmlrpc-c.7
|
||||
|
||||
post-install:
|
||||
@${RM} -f ${PREFIX}/lib/*.la
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/meerkat-app-list
|
||||
bin/query-meerkat
|
||||
bin/xml-rpc-api2cpp
|
||||
bin/xml-rpc-api2txt
|
||||
bin/xmlrpc-c-config
|
||||
include/XmlRpcCpp.h
|
||||
|
Loading…
Reference in New Issue
Block a user