diff options
author | joerg <joerg> | 2009-08-03 13:45:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-03 13:45:10 +0000 |
commit | bebccfbb54b49b58bc77218d214d4f47c0a88c85 (patch) | |
tree | 18b9de419a781c6cb50377b7c68f7c2242d68b56 /graphics | |
parent | 8d9cc0ab1ed87af743f435f2a6bbfd304b07b862 (diff) | |
download | pkgsrc-bebccfbb54b49b58bc77218d214d4f47c0a88c85.tar.gz |
Make DESTDIR ready.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/frameworks/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/frameworks/Makefile b/graphics/frameworks/Makefile index 68fc450fb4d..4ff603ebfc0 100644 --- a/graphics/frameworks/Makefile +++ b/graphics/frameworks/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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_MESSAGE.xdg= Fixing paths in xdg menu entries. 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 |