diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-01-09 03:31:15 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-01-09 03:31:15 +0000 |
commit | 612294c148184372debaf20cd9fcd838ca3ebd8c (patch) | |
tree | 5c4709dc7085e1456b1a9e40defdf6d7ae46f69b /graphics/flasm/Makefile | |
parent | e558ef8918fa36a6ed9cc1767e49d343cda082ef (diff) | |
download | ports-612294c148184372debaf20cd9fcd838ca3ebd8c.tar.gz ports-612294c148184372debaf20cd9fcd838ca3ebd8c.zip |
Notes
Diffstat (limited to 'graphics/flasm/Makefile')
-rw-r--r-- | graphics/flasm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/flasm/Makefile b/graphics/flasm/Makefile index 8ddc282ebf63..53d697452e52 100644 --- a/graphics/flasm/Makefile +++ b/graphics/flasm/Makefile @@ -8,8 +8,9 @@ PORTNAME= flasm PORTVERSION= 1.52 CATEGORIES= graphics -MASTER_SITES= http://www.nowrap.de/download/ -DISTNAME= flasm15src +#MASTER_SITES= http://www.nowrap.de/download/ +MASTER_SITES= http://dist.bsdlab.org/ +DISTNAME= flasm152src MAINTAINER= kuriyama@FreeBSD.org COMMENT= Command line assembler/disassembler of flash actionscript bytecode |