summaryrefslogtreecommitdiff
path: root/graphics/viewfax
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-20 01:09:05 +0000
committerjoerg <joerg>2008-06-20 01:09:05 +0000
commit7d15c2c527b0cb171788f5360a5baca8cd9db73e (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /graphics/viewfax
parent534b5bd9ce0ca747418c84f41f29a7fd1e7121a2 (diff)
downloadpkgsrc-7d15c2c527b0cb171788f5360a5baca8cd9db73e.tar.gz
Add DESTDIR support.
Diffstat (limited to 'graphics/viewfax')
-rw-r--r--graphics/viewfax/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/viewfax/Makefile b/graphics/viewfax/Makefile
index 6bd3e8079ac..3d8d822c2b1 100644
--- a/graphics/viewfax/Makefile
+++ b/graphics/viewfax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/11/12 20:05:38 heinz Exp $
+# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:23 joerg Exp $
#
DISTNAME= viewfax-2.4
@@ -13,10 +13,11 @@ MASTER_SITES= ftp://ftp.hylafax.org/pub/hylafax/contrib/viewfax/ \
MAINTAINER= rh@NetBSD.org
COMMENT= Tool for displaying fax files in an X Window
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_IMAKE= yes
-pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/libdata/viewfax
+INSTALLATION_DIRS= libdata/viewfax
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"