summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-21 20:23:38 +0000
committerrillig <rillig>2006-09-21 20:23:38 +0000
commit60d2642bf97649eedea60e423e12dbb4d229c483 (patch)
treec2f4311baa92408b69f4325447ff1a1f8d6a3d9c /misc
parente22c4c1b56ed8d7c5b8401200103a57f79bead2b (diff)
downloadpkgsrc-60d2642bf97649eedea60e423e12dbb4d229c483.tar.gz
Added a missing directory for Solaris.
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index f17849aad44..4ac011b6bd6 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2006/04/05 23:06:33 jlam Exp $
+# $NetBSD: Makefile,v 1.68 2006/09/21 20:23:38 rillig Exp $
DISTNAME= screen-4.0.2
PKGREVISION= 5
@@ -32,6 +32,7 @@ SUBST_SED.paths+= -e 's,@EXAMPLES@,${PREFIX}/share/examples/screen,g'
SUBST_STAGE.paths= post-patch
.if (${OPSYS} == "SunOS") && exists(/usr/5bin/tic)
+INSTALLATION_DIRS+= share/lib/terminfo
PLIST_SUBST+= SCREEN_TERMINFO=
post-install: screen-terminfo
.else