summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2008-06-22 15:55:46 +0000
committerwiz <wiz>2008-06-22 15:55:46 +0000
commit2f47691bdf70014a876435673755d0c67a2068ed (patch)
tree82fd6e2e0e8853b92998e7943fbcbe6572b13f08 /www
parentf4f739ca2f986df780d226fc1dfc1e84f221b06e (diff)
downloadpkgsrc-2f47691bdf70014a876435673755d0c67a2068ed.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')
-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