summaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-06-22 15:55:46 +0000
committerwiz <wiz@pkgsrc.org>2008-06-22 15:55:46 +0000
commite8c9f13f4ab8fd77c3b20f4a404d6c917560d1f5 (patch)
tree82fd6e2e0e8853b92998e7943fbcbe6572b13f08 /www/lynx
parent73d99814e0bf1976f71294390cb4d993ecfb61df (diff)
downloadpkgsrc-e8c9f13f4ab8fd77c3b20f4a404d6c917560d1f5.tar.gz
Install lynx.lss manually for slang option case.
(I guess it is probably not needed in this case, but the changes to ignore it for the slang option alone are much more effort). Addresses PR 38284 by Daniel Horecki.
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/options.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/lynx/options.mk b/www/lynx/options.mk
index 1494d9ca7c1..d5ec305c6a3 100644
--- a/www/lynx/options.mk
+++ b/www/lynx/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2007/03/10 09:14:09 wiz Exp $
+# $NetBSD: options.mk,v 1.11 2008/06/22 15:55:46 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lynx
PKG_SUPPORTED_OPTIONS= inet6
@@ -29,6 +29,9 @@ PKG_FAIL_REASON+= "SOCKS may not be enabled together with the \"slang\"" \
.if !empty(PKG_OPTIONS:Mslang)
SCREENTYPE= slang
. include "../../devel/libslang/buildlink3.mk"
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/samples/lynx.lss \
+ ${DESTDIR}${PREFIX}/share/examples/lynx/lynx.lss
.endif
.if !empty(PKG_OPTIONS:Mncurses)
SCREENTYPE= ncurses