summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 18:44:26 +0000
committerjoerg <joerg>2009-07-07 18:44:26 +0000
commit3d2d708c353932fc976dfcdffe1f8088bc02ea44 (patch)
tree89c30be30da3c8265b6e011ba0798a62b5b5c1c4 /x11
parent0c7b789c2bf9ece8a978b31fae45299c4aea3fdb (diff)
downloadpkgsrc-3d2d708c353932fc976dfcdffe1f8088bc02ea44.tar.gz
user-destdir support
Diffstat (limited to 'x11')
-rw-r--r--x11/dfm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/dfm/Makefile b/x11/dfm/Makefile
index 7598f1ca94e..95a341f5e70 100644
--- a/x11/dfm/Makefile
+++ b/x11/dfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/01/09 08:07:44 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2009/07/07 18:44:26 joerg Exp $
#
PKGREVISION= 6
@@ -7,8 +7,10 @@ CATEGORIES= x11
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Desktop File Manager
+PKG_DESTDIR_SUPPORT= user-destdir
+
post-install:
- ${MV} ${PREFIX}/${PKGMANDIR}/man1/dfm.1x ${PREFIX}/${PKGMANDIR}/man1/dfm.1
+ ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dfm.1x ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dfm.1
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"