diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-11 22:57:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-11 22:57:40 +0000 |
commit | 87c133631b21887f418a36348facdb0db22b7e62 (patch) | |
tree | 892f24338b971c99ecdc3db1d871d95d58c28c61 /net/xrmftp | |
parent | 5ed11b372cb33923cdbc2835d3949451b69209e7 (diff) | |
download | pkgsrc-87c133631b21887f418a36348facdb0db22b7e62.tar.gz |
DESTDIR support
Diffstat (limited to 'net/xrmftp')
-rw-r--r-- | net/xrmftp/Makefile | 4 |
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" |