diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
commit | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (patch) | |
tree | 5f163ac2fbca7213d2dcb72a7ee63a062386794d /editors/xvile | |
parent | 0ea083c38191c42dceadbe34e683b134593d8d8d (diff) | |
download | freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.gz freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.zst freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.zip |
Finish converting editors/ to PORTNAME/PORTVERSION.
Diffstat (limited to 'editors/xvile')
-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 |