diff options
author | obache <obache@pkgsrc.org> | 2008-04-04 13:39:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-04 13:39:52 +0000 |
commit | 0c86a8546fdf08566f7140b3c566732abf08a9f3 (patch) | |
tree | 51e0442d931ea76ea55da6579135eb0b78198297 /www/chimera | |
parent | 651ccf17129df7cceed9bb73a7baf8cb0a0e58b7 (diff) | |
download | pkgsrc-0c86a8546fdf08566f7140b3c566732abf08a9f3.tar.gz |
Marked as DESTDIR ready.
Diffstat (limited to 'www/chimera')
-rw-r--r-- | www/chimera/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 762fd141825..6c255da33a0 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/12/12 20:42:29 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/04/04 13:39:52 obache Exp $ # DISTNAME= chimera-2.0a19 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.chimera.org/ COMMENT= World Wide Web Browser for X Windows +PKG_DESTDIR_SUPPORT= user-destdir + USE_IMAKE= yes pre-configure: @@ -20,9 +22,9 @@ pre-configure: Common.tmpl.dist > Common.tmpl post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/chimera + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/chimera cd ${WRKSRC}/doc && ${INSTALL_DATA} \ - HINTS INFO LICENSE ${PREFIX}/share/doc/chimera + HINTS INFO LICENSE ${DESTDIR}${PREFIX}/share/doc/chimera .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |