fdm: add MANUAL file.
This commit is contained in:
parent
524cf6d3bb
commit
20860a3e9d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fdm'
|
||||
pkgname=fdm
|
||||
version=2.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no --enable-pcre2"
|
||||
hostmakedepends="automake bison"
|
||||
|
@ -20,6 +20,7 @@ fi
|
|||
post_install() {
|
||||
vmkdir usr/share/doc/${pkgname}
|
||||
cp -r examples ${DESTDIR}/usr/share/doc/${pkgname}
|
||||
vdoc MANUAL
|
||||
sed 17q fdm.c >LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue