diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-02 06:31:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-02 06:31:35 +0000 |
commit | 0de4a315b61dc7bac30c9497a3a425dc869f32dc (patch) | |
tree | d21884246f9f3d48e0a41b19cf47f780cb694e11 /audio/libsamplerate/Makefile | |
parent | 1a07bb3f8730743d2da3b656eca8009c2fb6498b (diff) | |
download | pkgsrc-0de4a315b61dc7bac30c9497a3a425dc869f32dc.tar.gz |
libsamplerate-0.1.7 was repacked, changes are harmless.
Set DIST_SUBDIR and regen checksum.
PR 44662 by Bug Hunting.
Diffstat (limited to 'audio/libsamplerate/Makefile')
-rw-r--r-- | audio/libsamplerate/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index e5ba6b56d1f..8cd1238f15a 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2010/01/24 17:11:18 heinz Exp $ +# $NetBSD: Makefile,v 1.23 2011/03/02 06:31:35 wiz Exp $ # DISTNAME= libsamplerate-0.1.7 @@ -12,6 +12,9 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +# remove on next update +DIST_SUBDIR= libsamplerate-0.1.7-repack + GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= pkg-config |