aboutsummaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /editors/vile/Makefile
parent56cb039977e097ac910b2d719acd77ec3d5fb646 (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r--editors/vile/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
deleted file mode 100644
index 30439960bbfe..000000000000
--- a/editors/vile/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: vile
-# Version required: 5.2
-# Date created: Thu Feb 23, 1995
-# Whom: pgf
-#
-# $Id: Makefile,v 1.4 1995/04/09 06:11:14 asami Exp $
-#
-
-DISTNAME= vile-5.2
-CATEGORIES+= editors
-MASTER_SITES= ftp://id.wing.net/pub/pgf/vile/
-
-MAKEFILE= makefile
-GNU_CONFIGURE= yes
-
-post-install:
- gzip -9nf ${PREFIX}/man/man1/vile.1
-
-.include <bsd.port.mk>