summaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-09 06:11:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-09 06:11:17 +0000
commit94105bca125e0ac414db212cb79fae3d10e52321 (patch)
treeb9af2877b4d88efd6065c4540d63d5e04d0bccc2 /editors/xvile
parentUpgrade. (diff)
Another round of Makefile updates, editors version.
Notes
Notes: svn path=/head/; revision=1308
Diffstat (limited to 'editors/xvile')
-rw-r--r--editors/xvile/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index b56fe4729465..5f893b94db93 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -3,15 +3,16 @@
# Date created: Tue Feb 21, 1995
# Whom: pgf
#
-# $Id: Makefile,v 1.2 1995/02/27 23:15:05 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/01 12:44:58 jkh Exp $
#
-PKGNAME= xvile-5.2
DISTNAME= vile-5.2
-MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
+PKGNAME= xvile-5.2
CATEGORIES+= editors
+MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
+
MAKEFILE= makefile
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-screen=x11
.include <bsd.port.mk>