fdm: fix template.
This commit is contained in:
parent
8367c7d59b
commit
31d8cbf4af
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fdm'
|
# Template file for 'fdm'
|
||||||
pkgname=fdm
|
pkgname=fdm
|
||||||
version=2.1
|
version=2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no --enable-pcre"
|
configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no --enable-pcre"
|
||||||
hostmakedepends="automake bison"
|
hostmakedepends="automake bison"
|
||||||
|
@ -17,7 +17,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-legacy-compat"
|
makedepends+=" musl-legacy-compat"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ost_install() {
|
post_install() {
|
||||||
vmkdir usr/share/doc/${pkgname}
|
vmkdir usr/share/doc/${pkgname}
|
||||||
cp -r examples ${DESTDIR}/usr/share/doc/${pkgname}
|
cp -r examples ${DESTDIR}/usr/share/doc/${pkgname}
|
||||||
sed 17q fdm.c >LICENSE
|
sed 17q fdm.c >LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue