summaryrefslogtreecommitdiff
path: root/misc/pty-redir
diff options
context:
space:
mode:
authorobache <obache>2007-12-29 16:02:53 +0000
committerobache <obache>2007-12-29 16:02:53 +0000
commitc82499e45e267066f9aa8b4754e7ec07dda5d028 (patch)
tree81d61c371735c2cd1360a1a5ca3d1125170bd4ae /misc/pty-redir
parentc3209cf3fed4b0cf8baf37f0d59762dac93c0651 (diff)
downloadpkgsrc-c82499e45e267066f9aa8b4754e7ec07dda5d028.tar.gz
DESTDIR ready.
Diffstat (limited to 'misc/pty-redir')
-rw-r--r--misc/pty-redir/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/pty-redir/Makefile b/misc/pty-redir/Makefile
index f6f8c4a4add..c8da90080f3 100644
--- a/misc/pty-redir/Makefile
+++ b/misc/pty-redir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:22 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2007/12/29 16:02:53 obache Exp $
DISTNAME= pty-redir-0.1
CATEGORIES= misc
@@ -11,7 +11,9 @@ COMMENT= Attach a program's stdio to a pty
INSTALLATION_DIRS= bin
+PKG_DESTDIR_SUPPORT= user-destdir
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pty-redir ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/pty-redir ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"