diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | ba171a91fab519f587b027c1a2888cb6e3fce049 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /audio/easytag | |
parent | 3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff) | |
download | pkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'audio/easytag')
-rw-r--r-- | audio/easytag/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 34417d59da0..978d35ab25b 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2007/11/21 21:47:25 drochner Exp $ +# $NetBSD: Makefile,v 1.60 2008/06/12 02:14:14 joerg Exp $ # DISTNAME= easytag-2.1 @@ -11,6 +11,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://easytag.sourceforge.net/ COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ |