diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-12-04 04:25:38 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-12-04 04:25:38 +0000 |
commit | fb6809510ca4f0fbaf83ad68341d72fb96d7d0d0 (patch) | |
tree | 59225c4335768c941b7ddb351ddbe26881d0fa86 /lang/python-mode.el | |
parent | b7766c4ceb9b21d1581fe858d1da89d85c448bc3 (diff) |
Notes
Diffstat (limited to 'lang/python-mode.el')
-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 |