diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-03 23:49:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-03 23:49:39 +0000 |
commit | 4209e1cd5ae0f63dc11baec9761487a7a65b77fe (patch) | |
tree | be2447503cafdcc2093cf16a9f6a390b53215463 /net/xmlrpc-c/Makefile | |
parent | Fix manpage install (diff) |
o add missing file to PLIST
o add missing references to installed man pages
PR: 31020
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'net/xmlrpc-c/Makefile')
-rw-r--r-- | net/xmlrpc-c/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index f9d268983d10..49dda0358700 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -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 |