diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /audio/amarok | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 14b2ec368a8..3148394fff8 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2008/04/23 18:23:33 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2008/06/12 02:14:13 joerg Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.9.1 @@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://amarok.kde.org/ COMMENT= KDE audio player +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= unzip-[0-9]*:../../archivers/unzip USE_DIRS+= xdg-1.1 |