diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-13 07:07:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-13 07:07:26 +0000 |
commit | 02b4f7400d959ba9b1c5fae174f15143ec65723d (patch) | |
tree | 5c8c28860a1a311d2394cd8eb02c0a6d157fa80a /audio/mp3diags | |
parent | 4034ef36d4002c01c7b46681834e1fce3a153f51 (diff) | |
download | pkgsrc-02b4f7400d959ba9b1c5fae174f15143ec65723d.tar.gz |
Fix destdir installation.
Diffstat (limited to 'audio/mp3diags')
-rw-r--r-- | audio/mp3diags/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mp3diags/Makefile b/audio/mp3diags/Makefile index d12ee1a76c6..f6ef16e3bac 100644 --- a/audio/mp3diags/Makefile +++ b/audio/mp3diags/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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++ |