diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-17 00:55:34 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-17 00:55:34 +0800 |
commit | 1a68579dec1a8fcdbe46c340fcce039d60f0cd3d (patch) | |
tree | 8975d7a58e850862803a223e0b93f3a92b829f24 | |
parent | ed2f26f22bf2d34b6cb1de91ce1a8a661ba30701 (diff) | |
download | freebsd-ports-gnome-1a68579dec1a8fcdbe46c340fcce039d60f0cd3d.tar.gz freebsd-ports-gnome-1a68579dec1a8fcdbe46c340fcce039d60f0cd3d.tar.zst freebsd-ports-gnome-1a68579dec1a8fcdbe46c340fcce039d60f0cd3d.zip |
Update to dev.22 and fix (I hope) the plist problem
PR: 11135
Submitted by: Chris Piazza <cpiazza@home.net>
-rw-r--r-- | www/lynx-current/Makefile | 8 | ||||
-rw-r--r-- | www/lynx-current/distinfo | 2 | ||||
-rw-r--r-- | www/lynx-current/files/patch-aa | 12 | ||||
-rw-r--r-- | www/lynx-current/pkg-descr | 2 | ||||
-rw-r--r-- | www/lynx-current/pkg-plist | 2 |
5 files changed, 21 insertions, 5 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 11ad8bf88c75..e81c68c8d0e2 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,14 +1,13 @@ # New ports collection makefile for: lynx -# http://sol.slcc.edu/lynx/current/ # Version required: 2.8.2* # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.96 1999/02/19 12:34:03 ache Exp $ +# $Id: Makefile,v 1.97 1999/04/07 23:52:17 ache Exp $ # -DISTNAME= lynx2.8.2dev.21 -PKGNAME= lynx-2.8.2dev.21 +DISTNAME= lynx2.8.2dev.22 +PKGNAME= lynx-2.8.2dev.22 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ @@ -31,5 +30,6 @@ L_HELP= ${PREFIX}/share/lynx_help post-install: chown -R ${SHAREOWN}:${SHAREGRP} ${L_HELP} chown ${SHAREOWN}:${SHAREGRP} ${L_LIB}/lynx.cfg + ${INSTALL_DATA} ${WRKSRC}/lynx.cfg ${PREFIX}/etc/lynx.cfg.default .include <bsd.port.mk> diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo index ee039cac54f1..08d2d68958ab 100644 --- a/www/lynx-current/distinfo +++ b/www/lynx-current/distinfo @@ -1 +1 @@ -MD5 (lynx2.8.2dev.21.tar.bz2) = acfb39f0c10de1e8bba6795f291899e3 +MD5 (lynx2.8.2dev.22.tar.bz2) = 886411bbf35a0cc8529635977d90f265 diff --git a/www/lynx-current/files/patch-aa b/www/lynx-current/files/patch-aa new file mode 100644 index 000000000000..51b8aacfb1c1 --- /dev/null +++ b/www/lynx-current/files/patch-aa @@ -0,0 +1,12 @@ +--- makefile.in.orig Tue Mar 30 09:10:37 1999 ++++ makefile.in Fri Apr 16 09:41:59 1999 +@@ -398,8 +398,7 @@ + PATH=$(srcdir):$$PATH; export PATH; $(SHELL) -c '$(srcdir)/cfg_defs.sh' + + install-cfg : $(libdir) +- -mv -f $(libdir)/lynx.cfg $(libdir)/lynx.oldcfg +- $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg ++ -[ ! -f $(libdir)/lynx.cfg ] && $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg + + install-lss : $(libdir) + -mv -f $(libdir)/lynx.lss $(libdir)/lynx.oldlss diff --git a/www/lynx-current/pkg-descr b/www/lynx-current/pkg-descr index 5d46780f5afd..15bb8ecd0471 100644 --- a/www/lynx-current/pkg-descr +++ b/www/lynx-current/pkg-descr @@ -1,3 +1,5 @@ lynx is a program which allows a user to access World-Wide Web servers and other information servers. It uses only ascii representation so that it can be used from ascii-terminals and dialin-lines. + +http://sol.slcc.edu/lynx/current/ diff --git a/www/lynx-current/pkg-plist b/www/lynx-current/pkg-plist index 5f27bc35dc8b..1a8b3f9a8b1d 100644 --- a/www/lynx-current/pkg-plist +++ b/www/lynx-current/pkg-plist @@ -1,4 +1,6 @@ bin/lynx +etc/lynx.cfg.default +@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi share/lynx_help/Lynx_users_guide.html share/lynx_help/about_lynx.html share/lynx_help/keystrokes/alt_edit_help.html |