diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
commit | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /www/ap-iasp | |
parent | 578edcd385551fbafb4827036ad4654689210ee5 (diff) | |
download | pkgsrc-7425b543e8f92cf560a58d4bf6db6c156cca9e85.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'www/ap-iasp')
-rw-r--r-- | www/ap-iasp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-iasp/Makefile b/www/ap-iasp/Makefile index 2a8a1c0fca1..3ef241497e3 100644 --- a/www/ap-iasp/Makefile +++ b/www/ap-iasp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:50 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/16 01:15:34 jlam Exp $ .include "../iasp/Makefile.common" @@ -13,6 +13,8 @@ WRKSRC= ${WRKDIR}/${IASP_SRCDIR} APACHE_MODULE= # defined MESSAGE_SUBST+= IASP_DESTDIR=${IASP_DESTDIR} +PKGSRC_USE_TOOLS+= gtar + post-extract: cd ${WRKDIR}; ${GTAR} -xf ${IASP_TARFILE} ${IASP_SRCDIR} |