diff options
author | osa <osa@FreeBSD.org> | 2004-02-12 15:57:05 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-02-12 15:57:05 +0000 |
commit | 10e5dfb12a444c692e6508fbe63029737e6c4155 (patch) | |
tree | 45f9e32ae1bd1a55761ce4a28fa99562c5379d58 /www/lynx/Makefile | |
parent | 7f4abd4c1f71c0eda21b98013e9e5f44af553d9c (diff) | |
download | FreeBSD-ports-10e5dfb12a444c692e6508fbe63029737e6c4155.zip FreeBSD-ports-10e5dfb12a444c692e6508fbe63029737e6c4155.tar.gz |
Update to 2.8.5.
Add CONFLICTS, fetching (and verifying) of PGP signature.
Use DOCSDIR macro. [v]
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer),
osa [v]
PR: 62713
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 8d05fe4..63ef3c9 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -6,41 +6,39 @@ # PORTNAME= lynx -PORTVERSION= 2.8.4.1d -PORTREVISION= 0 +PORTVERSION= 2.8.5 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ -DISTNAME= ${PORTNAME}2.8.4rel.1 - -PATCH_SITES= http://lynx.isc.org/release/patches/ -PATCHFILES= lynx2.8.4rel.1a.patch \ - lynx2.8.4rel.1b.patch \ - lynx2.8.4rel.1c.patch \ - lynx2.8.4rel.1d.patch +DISTNAME= ${PORTNAME}2.8.5rel.1 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= jharris@widomaker.com COMMENT?= A non-graphical, text-based World-Wide Web client +CONFLICTS?= lynx-ssl* lynx-current* + +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc USE_BZIP2= yes -WRKSRC= ${WRKDIR}/${PORTNAME}2-8-4 +WRKSRC= ${WRKDIR}/${PORTNAME}2-8-5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ --enable-ipv6 -MAKE_ARGS= helpdir=${L_HELP} docdir=${L_DOC} +MAKE_ARGS= helpdir=${L_HELP} docdir=${DOCSDIR} 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 post-patch: @${RM} -f ${WRKSRC}/CHANGES.orig post-install: - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_DOC} + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_HELP} ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${L_LIB}/lynx.cfg |