diff options
author | joerg <joerg@pkgsrc.org> | 2008-01-04 18:08:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-01-04 18:08:34 +0000 |
commit | 68de4621e32cbcf985fa1b993fd210842a2f0efa (patch) | |
tree | f79b3be15b84efe9270422fda843f696276876d8 /audio | |
parent | f77793c396f80233b088c9427a38579ae3533716 (diff) | |
download | pkgsrc-68de4621e32cbcf985fa1b993fd210842a2f0efa.tar.gz |
Full DESTDIR is working.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easyh10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/easyh10/Makefile b/audio/easyh10/Makefile index 0c52f256432..470d4117dca 100644 --- a/audio/easyh10/Makefile +++ b/audio/easyh10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/01/04 11:53:17 ghen Exp $ +# $NetBSD: Makefile,v 1.4 2008/01/04 18:08:34 joerg Exp $ DISTNAME= easyh10-1.5 CATEGORIES= audio @@ -8,7 +8,7 @@ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://easyh10.sourceforge.net/ COMMENT= Database tool for the iRiver H10 digital audio player -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake USE_GNU_ICONV= yes |