diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-05 19:27:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-05 19:27:03 +0000 |
commit | 021be14f65e3b732ae6982186bf54dbd69a69883 (patch) | |
tree | 549a2be83e3dcddc6f89b8dad7a2a0255a9fc86a /lang/Gofer | |
parent | b72419c1f0f62f8e6230d2844e52e07d11a96053 (diff) | |
download | ports-021be14f65e3b732ae6982186bf54dbd69a69883.tar.gz ports-021be14f65e3b732ae6982186bf54dbd69a69883.zip |
Notes
Diffstat (limited to 'lang/Gofer')
-rw-r--r-- | lang/Gofer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile index aea23c69a5bb..b307a5b7f0fe 100644 --- a/lang/Gofer/Makefile +++ b/lang/Gofer/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://web.cecs.pdx.edu/~mpj/goferarc/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= haskell@FreeBSD.org -COMMENT= A lazy functional language +COMMENT= Lazy functional language WRKSRC= ${WRKDIR}/src |