diff options
author | joerg <joerg@pkgsrc.org> | 2008-08-10 16:05:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-08-10 16:05:28 +0000 |
commit | cab79dc233c11704369ac5526e6ec741f8ebced4 (patch) | |
tree | a5bc5615ce126357b1de48ddd5c3972e6303ff25 /graphics/comix | |
parent | a5b366ffb6102e36a0ecadd08b7375b9522aaa2f (diff) | |
download | pkgsrc-cab79dc233c11704369ac5526e6ec741f8ebced4.tar.gz |
DESTDIR support.
Diffstat (limited to 'graphics/comix')
-rw-r--r-- | graphics/comix/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 07fa1b84519..fd52f57a14f 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/04/19 14:28:46 tonnerre Exp $ +# $NetBSD: Makefile,v 1.12 2008/08/10 16:05:28 joerg Exp $ # DISTNAME= comix-3.6.4 @@ -10,6 +10,8 @@ MAINTAINER= hugor@users.sourceforge.net HOMEPAGE= http://comix.sourceforge.net/index.html COMMENT= Image viewer specifically designed to handle comic books +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= unrar-[0-9]*:../../archivers/unrar USE_DIRS+= xdg-1.3 @@ -26,7 +28,7 @@ PYTHON_PATCH_SCRIPTS= comix mime/comicthumb do-build: do-install: - cd ${WRKSRC} && ${PYTHONBIN} install.py install --installdir ${PREFIX} + cd ${WRKSRC} && ${PYTHONBIN} install.py install --installdir ${DESTDIR}${PREFIX} .include "../../databases/shared-mime-info/buildlink3.mk" .include "../../devel/GConf/buildlink3.mk" |