diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 06:11:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 06:11:17 +0000 |
commit | 94105bca125e0ac414db212cb79fae3d10e52321 (patch) | |
tree | b9af2877b4d88efd6065c4540d63d5e04d0bccc2 /editors/vile | |
parent | 1ce14d354783574ae8bb73275cf8042f00645df6 (diff) | |
download | ports-94105bca125e0ac414db212cb79fae3d10e52321.tar.gz ports-94105bca125e0ac414db212cb79fae3d10e52321.zip |
Notes
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index ea9c151c9261..6911b4687783 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -3,15 +3,14 @@ # Date created: Thu Feb 23, 1995 # Whom: pgf # -# $Id: Makefile,v 1.2 1995/02/27 23:15:01 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:44:52 jkh Exp $ # - DISTNAME= vile-5.2 -MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/ CATEGORIES+= editors -MAKEFILE= makefile -GNU_CONFIGURE= YES +MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/ +MAKEFILE= makefile +GNU_CONFIGURE= yes .include <bsd.port.mk> |