summaryrefslogtreecommitdiff
path: root/graphics/comix
diff options
context:
space:
mode:
authorjoerg <joerg>2008-08-10 16:05:28 +0000
committerjoerg <joerg>2008-08-10 16:05:28 +0000
commitc3155f17ab4f0210927a87093a6ca767f0d806fe (patch)
treea5bc5615ce126357b1de48ddd5c3972e6303ff25 /graphics/comix
parent98c5eb7f543cf1481324e2e2e792a3d50c79269c (diff)
downloadpkgsrc-c3155f17ab4f0210927a87093a6ca767f0d806fe.tar.gz
DESTDIR support.
Diffstat (limited to 'graphics/comix')
-rw-r--r--graphics/comix/Makefile6
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"