summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-03-03 23:39:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-03-03 23:39:37 +0000
commitde30940598e9515741861422be646bd96d94c705 (patch)
tree726c93a3e113c6e29ebfa35d3a8b1c77aafb3fb0 /lang
parentUpdate to 0.11.0 (diff)
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).
Notes
Notes: svn path=/head/; revision=208405
Diffstat (limited to 'lang')
-rw-r--r--lang/ezm3/Makefile14
1 files changed, 7 insertions, 7 deletions
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 <bsd.port.pre.mk>
@@ -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 \