diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
commit | 0f779dd5ac9ca378b7206e2b0a8aef633181e614 (patch) | |
tree | d824b9d9efe079fe16f1556ab2463da02e559d88 /editors/xvile | |
parent | 74fc2116970f8ec186a82750e4e221223f4cd2fd (diff) | |
download | FreeBSD-ports-0f779dd5ac9ca378b7206e2b0a8aef633181e614.zip FreeBSD-ports-0f779dd5ac9ca378b7206e2b0a8aef633181e614.tar.gz |
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index bcfd528..507ed01 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,14 +3,16 @@ # Date created: Fri Jun 21, 1996 # Whom: pgf # -# $Id: Makefile,v 1.7 1996/10/07 12:14:03 max Exp $ +# $Id: Makefile,v 1.8 1996/10/09 09:22:18 max Exp $ # DISTNAME= vile-6.1 PKGNAME= xvile-6.1 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/ +MAINTAINER= ports@FreeBSD.org + MAKEFILE= makefile GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=x11 |