summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2008-06-06 17:14:01 +0000
committerdillo <dillo@pkgsrc.org>2008-06-06 17:14:01 +0000
commitb3617889485c1c0556ee3798f2e166f42515b401 (patch)
treeace3f9eb84312b7b21a62e2ae47235a0abe83af1 /misc
parentca02394a1740dc2e56be5024ed00b426ab4ec0b0 (diff)
downloadpkgsrc-b3617889485c1c0556ee3798f2e166f42515b401.tar.gz
Fix DESTDIR install on SunOS.
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index 941ac141082..4a076fdd5f6 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2008/04/12 22:43:07 jlam Exp $
+# $NetBSD: Makefile,v 1.77 2008/06/06 17:14:01 dillo Exp $
DISTNAME= screen-4.0.3
PKGREVISION= 2
@@ -58,7 +58,7 @@ post-install:
.PHONY: screen-terminfo
screen-terminfo:
cd ${WRKSRC}/terminfo && \
- ${SETENV} TERMINFO=${PREFIX}/share/lib/terminfo \
+ ${SETENV} TERMINFO=${DESTDIR}${PREFIX}/share/lib/terminfo \
/usr/5bin/tic screeninfo.src
.include "../../mk/termcap.buildlink3.mk"