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 | 9b36e7aff8d3a019b501600d2514588f010d989f (patch) | |
tree | f79b3be15b84efe9270422fda843f696276876d8 | |
parent | 9856a93fd3e4839702acccdac83a9ec3247a223a (diff) | |
download | pkgsrc-9b36e7aff8d3a019b501600d2514588f010d989f.tar.gz |
Full DESTDIR is working.
-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 |