diff options
author | obache <obache@pkgsrc.org> | 2011-03-21 08:37:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-21 08:37:59 +0000 |
commit | 4029319948d66f9ea84e8e87ac3adf6701084781 (patch) | |
tree | 62d5b2f061a36097f542e5ddb794f6b01759bd94 /devel/sfio/Makefile | |
parent | bd7e205f07167ee7ebc8ce111d277ee4c5566c10 (diff) | |
download | pkgsrc-4029319948d66f9ea84e8e87ac3adf6701084781.tar.gz |
No need custom do-extract target, cpio will take care well automatically.
Diffstat (limited to 'devel/sfio/Makefile')
-rw-r--r-- | devel/sfio/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index 73e0ba1359b..1c241f9512c 100644 --- a/devel/sfio/Makefile +++ b/devel/sfio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/03/17 16:23:57 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2011/03/21 08:37:59 obache Exp $ # # pkgsrc/mail/sendmail (as of 8.11.0) specifically wants 1999, not 2000. @@ -22,14 +22,8 @@ MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR} -USE_TOOLS+= pax - AUTO_MKDIRS= yes -do-extract: - @${MKDIR} ${WRKDIR} - cd ${WRKDIR} && pax -O -rf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} - post-patch: ${MV} ${WRKSRC}/man/man3/sfio.3 ${WRKSRC}/man/man3/sfio.3.in ${SED} -e 's|@prefix@|${PREFIX}|g' ${WRKSRC}/man/man3/sfio.3.in \ |