Date: Mon, 5 Jun 2000 11:23:42 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/19033: Update port: www/lynx-current Message-ID: <20000605182342.74D6537BD5B@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 19033 >Category: ports >Synopsis: Update port: www/lynx-current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 05 11:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Fix PORTVERSION to meet porting guideline >How-To-Repeat: >Fix: diff -urN /usr/ports/www/lynx-current/Makefile www/lynx-current/Makefile --- /usr/ports/www/lynx-current/Makefile Mon Jun 5 19:41:51 2000 +++ www/lynx-current/Makefile Mon Jun 5 19:52:17 2000 @@ -7,30 +7,30 @@ # PORTNAME= lynx -PORTVERSION= 2.8.4dev.2 +PORTVERSION= 2.8.4d2 CATEGORIES= www -MASTER_SITES= http://lynx.isc.org/current/ -DISTNAME= ${PORTNAME}${PORTVERSION} +MASTER_SITES= http://lynx.isc.org/current/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/d/dev./} MAINTAINER= ache@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -USE_BZIP2= YES +USE_BZIP2= YES NO_LATEST_LINK= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ --enable-nls -CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib -MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f -MAKEFILE= makefile -INSTALL_TARGET= install-full +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib +MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f +MAKEFILE= makefile +INSTALL_TARGET= install-full MAN1= lynx.1 -L_LIB= ${PREFIX}/etc -L_DOC= ${PREFIX}/share/doc/lynx -L_HELP= ${PREFIX}/share/lynx_help +L_LIB= ${PREFIX}/etc +L_DOC= ${PREFIX}/share/doc/lynx +L_HELP= ${PREFIX}/share/lynx_help post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_DOC} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000605182342.74D6537BD5B>