diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 12:16:49 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 12:16:49 +0800 |
commit | be3a9859c926957b6a024c37930cc4bd2e443a58 (patch) | |
tree | d3c009b70f62bea8b980cd1af1d91846bf22274e | |
parent | 12841dc590baf9a9ef7136fcfe8fec38841d19ee (diff) | |
download | freebsd-ports-gnome-be3a9859c926957b6a024c37930cc4bd2e443a58.tar.gz freebsd-ports-gnome-be3a9859c926957b6a024c37930cc4bd2e443a58.tar.zst freebsd-ports-gnome-be3a9859c926957b6a024c37930cc4bd2e443a58.zip |
- Reassign to the heap at maintainer's request
-rw-r--r-- | editors/vile/Makefile | 8 | ||||
-rw-r--r-- | editors/xvile/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 4778796fffb7..5ab06b5fb45c 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vile -# Date created: Wed Nov 26, 1996 -# Whom: pgf -# +# Created by: pgf # $FreeBSD$ -# PORTNAME= vile PORTVERSION= 9.8g @@ -17,7 +13,7 @@ EXTRACT_SUFX= .tgz PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g} PATCHFILES= -MAINTAINER= gj@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= VI Like Emacs. a vi "workalike", with many additional features MAKEFILE= makefile diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index b7bad8634ae7..ed6b1f9e6f1c 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xvile -# Date created: Wed Nov 26, 1996 -# Whom: pgf -# +# Created by: pgf # $FreeBSD$ -# PORTNAME= xvile PORTVERSION= 9.8g @@ -17,7 +13,7 @@ EXTRACT_SUFX= .tgz PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g} PATCHFILES= -MAINTAINER= gj@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= VI Like Emacs, X11 version -- a fully "X aware" vi work-alike MAKEFILE= makefile |