diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 23:29:27 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 23:29:27 +0800 |
commit | aa7d9b617bd19681720ba0098effb2165444e82b (patch) | |
tree | f842011bfdbb1fffc670bef5f9369e8cbdae4ade /lang | |
parent | deeed2a59dbe94dd5d6f6159533e3cf2ef47e4cf (diff) | |
download | freebsd-ports-gnome-aa7d9b617bd19681720ba0098effb2165444e82b.tar.gz freebsd-ports-gnome-aa7d9b617bd19681720ba0098effb2165444e82b.tar.zst freebsd-ports-gnome-aa7d9b617bd19681720ba0098effb2165444e82b.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nml/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/nml/Makefile b/lang/nml/Makefile index 48c0bd657de8..9035ed040427 100644 --- a/lang/nml/Makefile +++ b/lang/nml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nML -# Date created: 17 July 2001 -# Whom: Jaeho Shin <netj@sparcs.kaist.ac.kr> -# +# Created by: Jaeho Shin <netj@sparcs.kaist.ac.kr> # $FreeBSD$ -# PORTNAME= nml PORTVERSION= 0.92b @@ -12,7 +8,7 @@ MASTER_SITES= http://ropas.snu.ac.kr/n/ \ http://sparcs.kaist.ac.kr/~netj/n/ \ http://ropas.kaist.ac.kr/n/ -MAINTAINER= netj@sparcs.kaist.ac.kr +MAINTAINER= ports@FreeBSD.org COMMENT= A dialect/harmony of Standard ML of New Jersey and Objective Caml WRKSRC= ${WRKDIR}/${PORTNAME}-0.92 |