diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:17:15 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:17:15 +0800 |
commit | 98fb88a827354916edd2cfb7bac95cdbfad1d21d (patch) | |
tree | ad0d26888dae8718dbf4e00137d47121ac4c4798 /textproc | |
parent | 049eecab1bce254a6ff913c9e21dd1d130b3dd97 (diff) | |
download | freebsd-ports-gnome-98fb88a827354916edd2cfb7bac95cdbfad1d21d.tar.gz freebsd-ports-gnome-98fb88a827354916edd2cfb7bac95cdbfad1d21d.tar.zst freebsd-ports-gnome-98fb88a827354916edd2cfb7bac95cdbfad1d21d.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rst.el/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/rst.el/Makefile b/textproc/rst.el/Makefile index 22f6e8df599a..0a759c8dd560 100644 --- a/textproc/rst.el/Makefile +++ b/textproc/rst.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rst.el -# Date created: Sun Aug 20 18:39:03 MSD 2006 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= rst.el PORTVERSION= 6390 @@ -14,7 +10,7 @@ PKGNAMESUFFIX= -${EMACS_NAME} DISTNAME= rst.el\?revision=${PORTVERSION} EXTRACT_SUFX= # empty -MAINTAINER= dsh@bamus.cz +MAINTAINER= ports@FreeBSD.org COMMENT= ReStructuredText Support for Emacs USE_EMACS= yes |