diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-15 00:07:33 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-15 00:07:33 +0800 |
commit | 22fdcf2e1a45e013d7d519f03b92e0d92c5f5093 (patch) | |
tree | 09d376e4caf2a56793495514be9d6aa64151a413 /lang/ici/Makefile | |
parent | 06c070634b4bc56c6e91fda0733da4cb8710794c (diff) | |
download | freebsd-ports-gnome-22fdcf2e1a45e013d7d519f03b92e0d92c5f5093.tar.gz freebsd-ports-gnome-22fdcf2e1a45e013d7d519f03b92e0d92c5f5093.tar.zst freebsd-ports-gnome-22fdcf2e1a45e013d7d519f03b92e0d92c5f5093.zip |
- Update to 4.1.2
- Beautify BROKEN msg
PR: ports/101934
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by: Andy Newman <an at atrn.org> (maintainer with different email)
Diffstat (limited to 'lang/ici/Makefile')
-rw-r--r-- | lang/ici/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ici/Makefile b/lang/ici/Makefile index c3ec1b741825..161d9b2c1b3b 100644 --- a/lang/ici/Makefile +++ b/lang/ici/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ici -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= lang MASTER_SITES= http://www.zeta.org.au/~atrn/ici/distfiles/ @@ -15,7 +15,7 @@ COMMENT= An interpretive language with C's feel and high level data types MAKEFILE= Makefile.bsd -MAN1= ici.1 icifuncs.1 icioo.1 iciops.1 icire.1\ +MAN1= ici.1 icifuncs.1 icioo.1 iciops.1 icire.1 \ icistmt.1 icitypes.1 MANCOMPRESSED= yes @@ -29,7 +29,7 @@ ICIDOCS= doc/ici.pdf .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64" +BROKEN= does not compile on amd64 .endif do-install: |