diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
commit | c23ef8bc8bf7d31214830bdcaa75c6018065881a (patch) | |
tree | 4a5c38c58618cc47e6b107297e7eebb1a64292be /devel/asmx | |
parent | 1510b743f230c8b6af6cc251122903f0afdc1461 (diff) | |
download | ports-c23ef8bc8bf7d31214830bdcaa75c6018065881a.tar.gz ports-c23ef8bc8bf7d31214830bdcaa75c6018065881a.zip |
Notes
Diffstat (limited to 'devel/asmx')
-rw-r--r-- | devel/asmx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/asmx/Makefile b/devel/asmx/Makefile index d85de1480867..b9d9ab351f83 100644 --- a/devel/asmx/Makefile +++ b/devel/asmx/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.8.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://xi6.com/files/ -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Multi-CPU macro assembler for many major 8-bit and 16-bit CPUs @@ -25,6 +24,7 @@ OPTIONS_DEFAULT= 1802 6502 6809 68HC11 68HC16 8051 8085 F8 Z80 F8_DESC= Fairchild F8 Z80_DESC= Zilog Z-80 and Nintendo Gameboy Z-80 variant +USES= zip NO_WRKSUBDIR= yes PORTDOCS= README.txt |