pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio Fix destdir installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90ac36954b43
branches:  trunk
changeset: 395790:90ac36954b43
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 13 07:07:26 2009 +0000

description:
Fix destdir installation.

diffstat:

 audio/mp3diags/Makefile |  6 ++++--
 audio/mp3val/Makefile   |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 4ddc9355b2a1 -r 90ac36954b43 audio/mp3diags/Makefile
--- a/audio/mp3diags/Makefile   Sun Jul 12 23:05:38 2009 +0000
+++ b/audio/mp3diags/Makefile   Mon Jul 13 07:07:26 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 09:34:39 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/13 07:08:03 wiz Exp $
 #
 
 DISTNAME=      MP3Diags-0.99.02.020
@@ -10,7 +10,9 @@
 HOMEPAGE=      http://mp3diags.sourceforge.net/
 COMMENT=       mp3 diagnosis tool and tag editor
 LICENSE=       gnu-gpl-v2
-PKG_DESTDIR_SUPPORT= user-destdir
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+INSTALLATION_DIRS=     bin
 
 USE_LANGUAGES= c++
 
diff -r 4ddc9355b2a1 -r 90ac36954b43 audio/mp3val/Makefile
--- a/audio/mp3val/Makefile     Sun Jul 12 23:05:38 2009 +0000
+++ b/audio/mp3val/Makefile     Mon Jul 13 07:07:26 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 19:36:19 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/13 07:07:26 wiz Exp $
 #
 
 DISTNAME=      mp3val-0.1.8-src
@@ -15,7 +15,9 @@
 USE_TOOLS+=    gmake
 MAKE_FILE=     Makefile.linux
 BUILD_TARGET=  mp3val
-PKG_DESTDIR_SUPPORT= user-destdir
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+INSTALLATION_DIRS=     bin
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index