diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-12-10 02:37:20 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-12-10 02:37:20 +0000 |
commit | 1319e5642fc2b39c9b44af65838ae497e2bb4a2e (patch) | |
tree | 74270194f8525529c4c366418927905979c1524f /editors/mp | |
parent | - Update to 2.7.2 (diff) |
- Update MASTER_SITES
- Convert Makefile headers to new style
- Remove indefinite article from COMMENT
- Remove LICENSE_FILE since GPLv2 is in Templates/Licenses
PR: ports/174166
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=308580
Diffstat (limited to 'editors/mp')
-rw-r--r-- | editors/mp/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 8f53d3d0dc58..f4bc4ba4a581 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -1,20 +1,15 @@ -# New ports collection makefile for: mp -# Date created: Apr 12, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= mp PORTVERSION= 5.2.3 CATEGORIES= editors -MASTER_SITES= http://triptico.com/download/ +MASTER_SITES= http://triptico.com/download/mp/ MAINTAINER= ports@FreeBSD.org -COMMENT= A programming text editor +COMMENT= Programming text editor LICENSE= GPLv2 # (or later) -LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= NLS GUI PCRE DOCS OPTIONS_SINGLE= GUI |