pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/lynx Install lynx.lss manually for slang option case.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7004db664f0c
branches: trunk
changeset: 543741:7004db664f0c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jun 22 15:55:46 2008 +0000
description:
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:
www/lynx/options.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 3d908d3ae38f -r 7004db664f0c www/lynx/options.mk
--- a/www/lynx/options.mk Sun Jun 22 15:55:26 2008 +0000
+++ b/www/lynx/options.mk Sun Jun 22 15:55:46 2008 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index