diff options
author | wiz <wiz> | 2009-07-13 07:07:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-13 07:07:26 +0000 |
commit | 2b4a3c1fd68382b4a1e33ff41f9e68fc6c51b316 (patch) | |
tree | 5c8c28860a1a311d2394cd8eb02c0a6d157fa80a /audio/mp3val | |
parent | d8f46c3557f1f312464f058573e503f319225bc6 (diff) | |
download | pkgsrc-2b4a3c1fd68382b4a1e33ff41f9e68fc6c51b316.tar.gz |
Fix destdir installation.
Diffstat (limited to 'audio/mp3val')
-rw-r--r-- | audio/mp3val/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mp3val/Makefile b/audio/mp3val/Makefile index a312c4af8e6..cc64cc0c8f5 100644 --- a/audio/mp3val/Makefile +++ b/audio/mp3val/Makefile @@ -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_LANGUAGES= c++ 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 |