diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2002-01-22 17:16:14 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2002-01-22 17:16:14 +0000 |
commit | 05a407f075be6a4e75f95cb6865ccbab3fa129a1 (patch) | |
tree | 626c7d7ec6d77a581442578c348f90300e251db6 /japanese/lynx/Makefile | |
parent | quotes from the PR: (diff) |
Update to 2.8.4rel1.
Diffstat (limited to 'japanese/lynx/Makefile')
-rw-r--r-- | japanese/lynx/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile index 1180b40260b9..a881138387c9 100644 --- a/japanese/lynx/Makefile +++ b/japanese/lynx/Makefile @@ -11,11 +11,16 @@ CATEGORIES= japanese www MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION} +PATCHFILES= ${PORTNAME}${VERSION}${MINOR_VERSION}a.patch.gz \ + ${PORTNAME}${VERSION}${MINOR_VERSION}b.patch.gz + +PATCH_SITES= http://lynx.isc.org/current/ + MAINTAINER= shige@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g} -VERSION= 2.8.3 +VERSION= 2.8.4 MINOR_VERSION= rel.1 USE_BZIP2?= YES |