diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 15:52:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 15:52:53 +0000 |
commit | f996551ffe4bd202198d23b4a92abd2bd4d2a441 (patch) | |
tree | e6dc7b5d4592c58a9fb849510816529cc8b8f631 /audio/wavpack/Makefile | |
parent | - Update to 1.4 (diff) |
- Update to 4.32
PR: ports/95778
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Diffstat (limited to 'audio/wavpack/Makefile')
-rw-r--r-- | audio/wavpack/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index fbee85e7753f..687f0f98126a 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -6,11 +6,9 @@ # PORTNAME= wavpack -PORTVERSION= 4.2 -PORTREVISION= 1 +PORTVERSION= 4.32 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= kwm +MASTER_SITES= http://www.wavpack.com/ MAINTAINER= ports@FreeBSD.org COMMENT= Compress (and restore) both 16 and 24-bit audio files in .wav format @@ -18,7 +16,6 @@ COMMENT= Compress (and restore) both 16 and 24-bit audio files in .wav format GNU_CONFIGURE= yes USE_ICONV= yes USE_BZIP2= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -29,8 +26,8 @@ post-patch: @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in .for i in ${FILES} - @cd ${WRKSRC} && cp ${i} ${i}.orig && \ + @cd ${WRKSRC} && ${CP} ${i} ${i}.orig && \ col < ${i}.orig > ${i} -.endfor +.endfor .include <bsd.port.mk> |