diff options
Diffstat (limited to 'devel/jwasm/Makefile')
-rw-r--r-- | devel/jwasm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/jwasm/Makefile b/devel/jwasm/Makefile index da92fe3a96b9..f0cfec5ffc24 100644 --- a/devel/jwasm/Makefile +++ b/devel/jwasm/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: jwasm # Date created: 7 April 2009 -# Whom: Pedro F. Giffuni <giffunip@tutopia.com> +# Whom: Pedro F. Giffuni # # $FreeBSD$ # PORTNAME= jwasm -PORTVERSION= 204 +PORTVERSION= 205 CATEGORIES= devel MASTER_SITES= http://www.japheth.de/Download/JWasm/ -DISTNAME= JWasm${PORTVERSION}cs +DISTNAME= JWasm${PORTVERSION}s -MAINTAINER= giffunip@tutopia.com +MAINTAINER= ports@FreeBSD.org COMMENT= Fork of OpenWatcom's x86 assembler with AMD64 support ONLY_FOR_ARCHS= amd64 i386 |