pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/frameworks Make DESTDIR ready.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b600aa2e49b3
branches:  trunk
changeset: 396779:b600aa2e49b3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 13:45:10 2009 +0000

description:
Make DESTDIR ready.

diffstat:

 graphics/frameworks/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r b705491d43e7 -r b600aa2e49b3 graphics/frameworks/Makefile
--- a/graphics/frameworks/Makefile      Mon Aug 03 13:39:45 2009 +0000
+++ b/graphics/frameworks/Makefile      Mon Aug 03 13:45:10 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:31 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/03 13:45:10 joerg Exp $
 #
 
 DISTNAME=      frameworks-0.3.7
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://frameworks.polycrystal.org/release/
 COMMENT=       Stop-motion animation frame capture software
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config gmake autoconf
 
@@ -20,6 +22,8 @@
 SUBST_FILES.xdg=       frameworks.desktop
 SUBST_SED.xdg=         -e 's,@PREFIX@,${PREFIX},g'
 
+INSTALLATION_DIRS=     share/applications share/icons/hicolor/48x48/apps
+
 post-extract:
        cp ${FILESDIR}/frameworks.desktop.in ${WRKSRC}/frameworks.desktop
 



Home | Main Index | Thread Index | Old Index