summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2001-06-20 16:51:55 +0000
committerwiz <wiz>2001-06-20 16:51:55 +0000
commitf94c4a25b6c3539e45de6728e7289626c9939022 (patch)
treeb559058ead6590fff21ff6ff9e0deadc831dd747
parent9398429464b326221a3ecd93a73f479a49782904 (diff)
downloadpkgsrc-f94c4a25b6c3539e45de6728e7289626c9939022.tar.gz
Mention that this is the development version.
-rw-r--r--devel/nasm-devel/Makefile4
-rw-r--r--devel/nasm-devel/pkg/DESCR2
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/nasm-devel/Makefile b/devel/nasm-devel/Makefile
index 7d421ac592c..43a1ffc501b 100644
--- a/devel/nasm-devel/Makefile
+++ b/devel/nasm-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/06/20 16:43:01 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/20 16:51:55 wiz Exp $
#
DISTNAME= nasm-0.98.08
@@ -7,7 +7,7 @@ MASTER_SITES= ftp://nasm.2y.net/nasm/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://nasm.2y.net/
-COMMENT= General-purpose x86 assembler
+COMMENT= General-purpose x86 assembler (development version)
BUILD_DEPENDS+= perl>=5.0:../../lang/perl5
diff --git a/devel/nasm-devel/pkg/DESCR b/devel/nasm-devel/pkg/DESCR
index 3412f0031f4..3d03ff15bbd 100644
--- a/devel/nasm-devel/pkg/DESCR
+++ b/devel/nasm-devel/pkg/DESCR
@@ -4,3 +4,5 @@ formats, including Linux a.out and ELF, NetBSD/FreeBSD, COFF,
Microsoft 16-bit OBJ and Win32. It will also output plain binary
files. Its syntax is designed to be simple and easy to understand,
similar to Intel's but less complex.
+
+This is the development version.