netpbm: don't use /usr/misc.
This commit is contained in:
parent
5137f320ac
commit
4986720f78
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=netpbm
|
pkgname=netpbm
|
||||||
# from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
|
# from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
|
||||||
version=10.72.00
|
version=10.72.00
|
||||||
revision=1
|
revision=2
|
||||||
_githash_guide=d8b2ae2a47c23d0012345503cbdd4377e68357f7
|
_githash_guide=d8b2ae2a47c23d0012345503cbdd4377e68357f7
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="netpbm-mirror-${version}"
|
build_wrksrc="netpbm-mirror-${version}"
|
||||||
|
@ -30,6 +30,7 @@ do_configure() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
echo "WANT_SSE = Y" >>config.mk
|
echo "WANT_SSE = Y" >>config.mk
|
||||||
fi
|
fi
|
||||||
|
sed -i 's|misc|share/netpbm|' common.mk
|
||||||
sed -i 's|/link|/lib|' lib/Makefile
|
sed -i 's|/link|/lib|' lib/Makefile
|
||||||
sed -i 's|install.manwebmain install.manweb install.man|install.man|' GNUmakefile
|
sed -i 's|install.manwebmain install.manweb install.man|install.man|' GNUmakefile
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue