summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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