From de30940598e9515741861422be646bd96d94c705 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 3 Mar 2008 23:39:37 +0000 Subject: jdp has turned in his commit bit, so reset maintainership. We thank him for his many years of work on this port. While here, reorganize the Makefile a bit to pacify portlint. (No change other than MAINTAINER). --- lang/ezm3/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lang') diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index 00f92bb6a9a2..73df12deefec 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -9,11 +9,17 @@ PORTNAME= ezm3 PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= lang - MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/:src \ http://people.freebsd.org/~peter/ezm3-amd64/:amdb \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/pav/:amdp DISTFILES= ezm3-${PORTVERSION}-src.tar.bz2:src +DIST_SUBDIR= ezm3 + +MAINTAINER= ports@FreeBSD.org +COMMENT= Easier, more portable Modula-3 distribution for building CVSup + +USE_BZIP2= yes +USE_GMAKE= yes .include @@ -24,18 +30,12 @@ DISTFILES+= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2:amdb \ DISTFILES+= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2:src .endif -MAINTAINER= jdp@FreeBSD.org -COMMENT= Easier, more portable Modula-3 distribution for building CVSup - -DIST_SUBDIR= ezm3 INSTALL_TARGET= all MAKE_ARGS+= M3OPTIONS="-DBUILD_ALL -DSHIP_ALL" MAN1= m3bundle.1 PLIST_SUB+= ARCH=${ARCH} TARGET=${TARGET} WORDSIZE=${WORDSIZE} \ ENDIANESS=${ENDIANESS} SCRIPTS_ENV+= TARGET=${TARGET} -USE_BZIP2= yes -USE_GMAKE= yes PROGS= bin/m3build \ bin/m3bundle \ -- cgit v1.2.3