summaryrefslogtreecommitdiff
path: root/japanese/lynx/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-11-02 04:02:00 +0000
committerSteve Price <steve@FreeBSD.org>1998-11-02 04:02:00 +0000
commit8b256362dc7e5e26fa34c28b48b569ee85752997 (patch)
tree5bef5ed2b1c92629abbd500bed9b17047f9c390b /japanese/lynx/Makefile
parentGrab the compress'd version of the distfile. (diff)
Update to version 2.8.1.
PR: 8483 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=14293
Diffstat (limited to 'japanese/lynx/Makefile')
-rw-r--r--japanese/lynx/Makefile22
1 files changed, 13 insertions, 9 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile
index c0bdd12f8421..86540607929a 100644
--- a/japanese/lynx/Makefile
+++ b/japanese/lynx/Makefile
@@ -1,19 +1,19 @@
-# New ports collection makefile for: ja-lynx
-# Version required: 2.8rel.3
-# Date created: 25 April 1998
+# New ports collection makefile for: ja-lynx
+# Version required: 2.8.1
+# Date created: 10 August 1998
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/08/10 16:03:26 kuriyama Exp $
#
-DISTNAME= lynx2.8rel.3
-PKGNAME= ja-lynx-2.8.0.3
+DISTNAME= lynx2-8-1
+PKGNAME= ja-lynx-2.8.1
CATEGORIES= japanese www
-MASTER_SITES= ftp://sol.slcc.edu/pub/lynx/current/
+MASTER_SITES= ftp://sol.slcc.edu/pub/lynx/release2-8-1/
MAINTAINER= shige@kuis.kyoto-u.ac.jp
-WRKSRC= ${WRKDIR}/lynx2-8
+NO_LATEST_LINK= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
MAKEFILE= makefile
@@ -21,6 +21,10 @@ INSTALL_TARGET= install install-help
MAN1= lynx.1
post-install:
- chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
+.if !defined(NOPORTDOCS)
+ @(cd ${WRKSRC} ; make install-doc)
+ @chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/lynx
+.endif
+ @chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
.include <bsd.port.mk>