summaryrefslogtreecommitdiff
path: root/net/xrmftp
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-11 22:57:40 +0000
committerjoerg <joerg>2010-02-11 22:57:40 +0000
commit75db0a8d4d8c1b10e90f51a0827f26c0c9eabfac (patch)
tree892f24338b971c99ecdc3db1d871d95d58c28c61 /net/xrmftp
parent99d44c5e24649baeca752737a9e4b5ec5e030970 (diff)
downloadpkgsrc-75db0a8d4d8c1b10e90f51a0827f26c0c9eabfac.tar.gz
DESTDIR support
Diffstat (limited to 'net/xrmftp')
-rw-r--r--net/xrmftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xrmftp/Makefile b/net/xrmftp/Makefile
index 06d170aae94..ac37977894e 100644
--- a/net/xrmftp/Makefile
+++ b/net/xrmftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2010/01/18 09:59:21 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2010/02/11 23:23:54 joerg Exp $
DISTNAME= xrmftp-1.2.4
PKGREVISION= 6
@@ -16,7 +16,7 @@ USE_X11BASE= yes
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${DESTDIR}${PREFIX}/bin
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"