aboutsummaryrefslogtreecommitdiff
path: root/devel/asmutils
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2010-07-16 16:43:53 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2010-07-16 16:43:53 +0000
commit4c32c242881e79c8e1ea69e9df9cb729e07bff5c (patch)
tree60af46daf5444f6b0ffa5b50e115b9eb4e1532c4 /devel/asmutils
parent8704ece7c56f5bc020013f4bb47e5b2e8e4568e6 (diff)
downloadports-4c32c242881e79c8e1ea69e9df9cb729e07bff5c.tar.gz
ports-4c32c242881e79c8e1ea69e9df9cb729e07bff5c.zip
Be more specific that these are part of x86 world.
Notes
Notes: svn path=/head/; revision=257860
Diffstat (limited to 'devel/asmutils')
-rw-r--r--devel/asmutils/Makefile2
-rw-r--r--devel/asmutils/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile
index b2950fbd49da..bc8f6c5aa9cb 100644
--- a/devel/asmutils/Makefile
+++ b/devel/asmutils/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= devel
MASTER_SITES= http://asm.sourceforge.net/asmutils/
MAINTAINER= danfe@FreeBSD.org
-COMMENT= A set of UNIX utilities written in assembly language
+COMMENT= A set of UNIX utilities written in x86 assembly language
ONLY_FOR_ARCHS= i386
diff --git a/devel/asmutils/pkg-descr b/devel/asmutils/pkg-descr
index f2ba546a669f..af3cf30a34ef 100644
--- a/devel/asmutils/pkg-descr
+++ b/devel/asmutils/pkg-descr
@@ -1,5 +1,5 @@
asmutils is a set of miscellaneous utilities written in assembly language,
-targeted on embedded systems and small distributions (like rescue or
+targeted for x86 embedded systems and small distributions (like rescue or
installation disks); also it contains small libc and crypto library. It
features the smallest possible size and memory requirements, the fastest
speed and good functionality.