diff options
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r-- | editors/xvile/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 9d3381969608..b6395d99e5ef 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xvile -# Version required: 9.1 # Date created: Wed Nov 26, 1996 # Whom: pgf # # $FreeBSD$ # -DISTNAME= vile-9.1 -PKGNAME= xvile-9.1 +PORTNAME= xvile +PORTVERSION= 9.1 CATEGORIES= editors MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ ftp://id.wing.net/pub/pgf/vile/ +DISTNAME= vile-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= gj@freebsd.org |