mng: use pre_configure() in template file.

--HG--
extra : convert_revision : 1a4477ec9af51431ccf7a6af1a2c6d6864f545a2
This commit is contained in:
Juan RP 2008-10-27 07:49:03 +01:00
parent 5a249b6c4f
commit b45aae4025
2 changed files with 11 additions and 9 deletions

View file

@ -1,9 +0,0 @@
#
# Automake'ify MNG.
#
cd $wrksrc && \
$ln_cmd -sf makefiles/configure.in . && \
$ln_cmd -sf makefiles/Makefile.am .
. $XBPS_TMPLHELPDIR/automake.sh

View file

@ -14,3 +14,14 @@ long_desc="
uses the zlib(3) compression library, and optionally the JPEG library by the
Independent JPEG Group (IJG) and/or lcms (little CMS), a color-management
library by Marti Maria Saguar."
pre_configure()
{
# Automake'ify MNG.
cd $wrksrc && \
$ln_cmd -sf makefiles/configure.in . && \
$ln_cmd -sf makefiles/Makefile.am .
. $XBPS_TMPLHELPDIR/automake.sh
}