diff options
Diffstat (limited to 'devel/as31/Makefile')
-rw-r--r-- | devel/as31/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/as31/Makefile b/devel/as31/Makefile index 8b9a880dd78..09b54243cda 100644 --- a/devel/as31/Makefile +++ b/devel/as31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/08 13:30:04 bjh21 Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:17 wiz Exp $ DISTNAME= asm.8051 PKGNAME= as31-19900126 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.misc/volume10/ \ EXTRACT_SUFX= .Z MAINTAINER= bjh21@netbsd.org +COMMENT= 8031/8051 assembler EXTRACT_CMD= ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | \ ${SED} '1,/^.! \/bin\/sh/d' | ${SH} |