summaryrefslogtreecommitdiff
path: root/audio/libmpcdec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libmpcdec/Makefile')
-rw-r--r--audio/libmpcdec/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/libmpcdec/Makefile b/audio/libmpcdec/Makefile
index fca7b63c94a..ccc8f3f5302 100644
--- a/audio/libmpcdec/Makefile
+++ b/audio/libmpcdec/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/01/25 19:31:34 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/25 13:59:39 obache Exp $
#
-DISTNAME= libmpcdec-1.2.4
+DISTNAME= libmpcdec-1.2.6
CATEGORIES= audio
MASTER_SITES= http://files.musepack.net/source/
EXTRACT_SUFX= .tar.bz2
@@ -10,11 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.musepack.net/
COMMENT= Portable Musepack decoder library
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/include/mpcdec
+INSTALLATION_DIRS+= include/mpcdec
.include "../../mk/bsd.pkg.mk"