summaryrefslogtreecommitdiff
path: root/audio/ifp-line/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ifp-line/Makefile')
-rw-r--r--audio/ifp-line/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile
index 4d862dfd033..e8be8b39ec0 100644
--- a/audio/ifp-line/Makefile
+++ b/audio/ifp-line/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/09/22 04:08:31 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2010/01/30 18:13:35 joerg Exp $
DISTNAME= ifp-line-0.2.4.4
PKGREVISION= 1
@@ -9,5 +9,10 @@ MAINTAINER= sekiya@NetBSD.org
HOMEPAGE= http://ifp-driver.sourceforge.net/
COMMENT= Command-line interface to iRiver MP3 players
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
+INSTALLATION_DIRS+= bin
+
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"