diff options
author | explorer <explorer@pkgsrc.org> | 1999-10-13 05:58:22 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1999-10-13 05:58:22 +0000 |
commit | 00f0d0caf1a0ea5551924dd88733efb6c7b10967 (patch) | |
tree | be86ce2d41b55cc762331e3918fdb3d52aba6695 /audio | |
parent | dac6f1c8dc8f9b93467ef0fc77c67ec50d65d322 (diff) | |
download | pkgsrc-00f0d0caf1a0ea5551924dd88733efb6c7b10967.tar.gz |
make 'make makepatchsum' work again, by protecting our specially built patch directory change with .if make makepatchsum(makepatchsum)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lame/Makefile | 4 | ||||
-rw-r--r-- | audio/lame/files/patch-sum | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 712c54b4e31..dac79ab3607 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/13 05:54:07 explorer Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/13 05:58:22 explorer Exp $ # # @@ -30,7 +30,9 @@ ALL_TARGET= lame MIRROR_DISTFILE=no LICENSE= fee-based-commercial-use +.if !make(makepatchsum) PATCHDIR= ${WRKDIR}/.patches +.endif post-extract: @${MKDIR} ${PATCHDIR} diff --git a/audio/lame/files/patch-sum b/audio/lame/files/patch-sum new file mode 100644 index 00000000000..87f84f20b4f --- /dev/null +++ b/audio/lame/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.5 1999/10/13 05:58:23 explorer Exp $ + +MD5 (patch-gtk) = 1e41f8b75095126b57890f3bf5a76d34 |