From e8c9f13f4ab8fd77c3b20f4a404d6c917560d1f5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 22 Jun 2008 15:55:46 +0000 Subject: 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. --- www/lynx/options.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/lynx') 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 -- cgit v1.2.3