diff options
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r-- | editors/vile/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index e1d8320..bd125fd 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -6,13 +6,17 @@ # PORTNAME= vile -PORTVERSION= 9.3 +PORTVERSION= 9.3b CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://dickey.his.com/vile/ DISTNAME= vile-9.3 EXTRACT_SUFX= .tgz +PATCH_SITES= ${MASTER_SITES:S,vile/,vile/patches/,g} +PATCHFILES= vile-9.3a.patch.gz \ + vile-9.3b.patch.gz + MAINTAINER= gj@freebsd.org MAKEFILE= makefile |