summaryrefslogtreecommitdiff
path: root/audio/id3lib/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-31 01:56:56 +0000
committerwiz <wiz@pkgsrc.org>2002-08-31 01:56:56 +0000
commit6b856c6ffeb7d900a80d2863ce04eb61bc637347 (patch)
tree2b868ea12eb8e1f8270f64c9a1a1e05b22c9ea6e /audio/id3lib/Makefile
parent4132e2f00b85ce9034c786c5ac0c2eb32e137670 (diff)
downloadpkgsrc-6b856c6ffeb7d900a80d2863ce04eb61bc637347.tar.gz
Update to 3.8.0.
Lots of build fixes and other bug fixes.
Diffstat (limited to 'audio/id3lib/Makefile')
-rw-r--r--audio/id3lib/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile
index ef857775b20..d0ec320ee6f 100644
--- a/audio/id3lib/Makefile
+++ b/audio/id3lib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2002/08/25 19:21:47 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/08/31 01:56:56 wiz Exp $
#
-DISTNAME= id3lib-3.8.0pre2
-PKGNAME= id3lib-3.8.0.0.2
+DISTNAME= id3lib-3.8.0
+PKGNAME= id3lib-3.8.0.0.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/}
@@ -14,8 +14,4 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-post-extract:
- ${MV} ${WRKSRC}/include/id3/strings.h \
- ${WRKSRC}/include/id3/id3strings.h
-
.include "../../mk/bsd.pkg.mk"