diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2001-10-14 09:59:55 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2001-10-14 09:59:55 +0000 |
commit | 484f58503650f4c0a2a91d0cc32dc71b656f7538 (patch) | |
tree | 5e2baec154491dfc6e96a72f646387eea3bac05e /editors/vile/Makefile | |
parent | 4fb92ec5bc5767f541b01a0b129b07b7dacdd293 (diff) |
Update to patch level p.
Notes
Notes:
svn path=/head/; revision=48745
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r-- | editors/vile/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 4e5a7a258e2d..1dc8908657ea 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vile -PORTVERSION= 9.2j +PORTVERSION= 9.2p DISTNAME= vile-9.2 CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ @@ -21,7 +21,13 @@ PATCHFILES= vile-9.2a.patch.gz \ vile-9.2g.patch.gz \ vile-9.2h.patch.gz \ vile-9.2i.patch.gz \ - vile-9.2j.patch.gz + vile-9.2j.patch.gz \ + vile-9.2k.patch.gz \ + vile-9.2l.patch.gz \ + vile-9.2m.patch.gz \ + vile-9.2n.patch.gz \ + vile-9.2o.patch.gz \ + vile-9.2p.patch.gz EXTRACT_SUFX= .tgz |