zip: collapse make_build_{args,target} into make_build_target.

--HG--
extra : convert_revision : 927cd5115f5326ce206aa95c2724b0539d7e595b
This commit is contained in:
Juan RP 2009-10-12 23:35:18 +02:00
parent 0de7ddb5dd
commit 488671da11
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ pkgname=zip
version=2.32
distfiles="ftp://ftp.info-zip.org/pub/infozip/src/zip232.tgz"
build_style=bsd_makefile
make_build_args="-f unix/Makefile"
make_build_target="generic_gcc"
make_build_target="-f unix/Makefile generic_gcc"
make_install_args="-f unix/Makefile"
short_desc="Create/update ZIP files compatible with pkzip"
maintainer="Juan RP <xtraeme@gmail.com>"