summaryrefslogtreecommitdiff
path: root/x11/dxpc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-07 18:25:56 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-07 18:25:56 +0000
commit6a933a2a5d75115c1a41ff0d3650f6847606891a (patch)
tree9291e0f3133c668f6e8efd2b661af40291065924 /x11/dxpc
parent86e9ef5ec98e38f09f15c064e54cdb85226f00e3 (diff)
downloadpkgsrc-6a933a2a5d75115c1a41ff0d3650f6847606891a.tar.gz
user-destdir support
Diffstat (limited to 'x11/dxpc')
-rw-r--r--x11/dxpc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile
index 02e7f6509df..cbe862b6fcb 100644
--- a/x11/dxpc/Makefile
+++ b/x11/dxpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/09/20 08:04:17 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2009/07/07 18:30:27 joerg Exp $
DISTNAME= dxpc-3.8.2
PKGREVISION= 1
@@ -9,13 +9,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.vigor.nu/dxpc/
COMMENT= Differential X Protocol Compressor
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
-.include "../../mk/bsd.prefs.mk"
-
-post-install:
- strip ${PREFIX}/bin/dxpc
+INSTALL_MAKE_FLAGS+= bindir=${DESTDIR}${PREFIX}/bin \
+ man1dir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../archivers/liblzo/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"