diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-31 00:16:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-31 00:16:22 +0000 |
commit | 281a00d231d467de3f7200eea328c1a334dd04fd (patch) | |
tree | 76356da6d3d5612296bae22fc1cbe0689e5bb909 | |
parent | a818e030801ba2cc1add63bcde22874f7cd2788f (diff) | |
download | pkgsrc-281a00d231d467de3f7200eea328c1a334dd04fd.tar.gz |
Remove manual extraction code, now that mk/ recognizes -tar.gz.
-rw-r--r-- | devel/pwlib/Makefile | 3 | ||||
-rw-r--r-- | net/openh323/Makefile | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index cdeb8d4a07a..6240721550e 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/05/16 15:56:43 joerg Exp $ +# $NetBSD: Makefile,v 1.56 2006/05/31 00:16:22 wiz Exp $ DISTNAME= pwlib-v1_8_3-src PKGNAME= pwlib-1.8.3 @@ -36,7 +36,6 @@ SUBST_SED.paths+= -e 's,@LIBOSSAUDIO@,${LIBOSSAUDIO},g' SUBST_STAGE.paths= post-patch post-extract: - cd ${WRKDIR}; ${TAR} -xf ${DISTNAME:S/$/-tar/} mkdir ${WRKSRC}/share ${LN} -s ../../pwlib ${WRKSRC}/share/pwlib diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 83612c25d32..c0ffb45ddf0 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/05/16 22:01:54 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2006/05/31 00:16:22 wiz Exp $ DISTNAME= openh323-v1_15_2-src PKGNAME= openh323-1.15.2 @@ -22,9 +22,6 @@ BUILD_TARGET= opt apps MAKE_ENV+= PWLIBDIR=${PREFIX}/share/pwlib OPENH323DIR=${WRKSRC:Q} MAKE_ENV+= SYSLIBDIR=${PREFIX}/lib -post-extract: - cd ${WRKDIR}; ${TAR} -xf ${DISTNAME:S/$/-tar/} - post-patch: cd ${WRKSRC}/include; ${LN} -s . openh323 |