diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-04 12:25:38 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-04 12:25:38 +0800 |
commit | bd9d40be9fc5937c900a47a959500d061d1521f0 (patch) | |
tree | 59225c4335768c941b7ddb351ddbe26881d0fa86 /lang | |
parent | ac3fb0b7eda019358b83efe2bf58b3146fbded62 (diff) | |
download | freebsd-ports-gnome-bd9d40be9fc5937c900a47a959500d061d1521f0.tar.gz freebsd-ports-gnome-bd9d40be9fc5937c900a47a959500d061d1521f0.tar.zst freebsd-ports-gnome-bd9d40be9fc5937c900a47a959500d061d1521f0.zip |
- Reassign to the heap at maintainer's request
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python-mode.el/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/python-mode.el/Makefile b/lang/python-mode.el/Makefile index 6c750f7aea92..43bbb9523ff1 100644 --- a/lang/python-mode.el/Makefile +++ b/lang/python-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: python-mode.el -# Date created: 11 October 2005 -# Whom: Dario Freni <saturnero@gufi.org -# +# Created by: Dario Freni <saturnero@gufi.org # $FreeBSD$ -# PORTNAME= python-mode.el PORTVERSION= 1.0 @@ -13,7 +9,7 @@ CATEGORIES= lang elisp python MASTER_SITES= SF/python-mode/OldFiles DISTNAME= python-mode-${PORTVERSION} -MAINTAINER= saturnero@gufi.org +MAINTAINER= ports@FreeBSD.org COMMENT= Emacs lisp module for the Python language NO_BUILD= yes |