diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-12-24 18:17:40 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-12-24 18:17:40 +0000 |
commit | 01547e29fe0e82e75028e6bb14b8041f042add86 (patch) | |
tree | 8bfec5be1c2fa29db05dbe510349883a4071fde8 /devel/asmutils | |
parent | 2679dd481e52f1081195cbb12040d2753d8f3487 (diff) | |
download | ports-01547e29fe0e82e75028e6bb14b8041f042add86.tar.gz ports-01547e29fe0e82e75028e6bb14b8041f042add86.zip |
Notes
Diffstat (limited to 'devel/asmutils')
-rw-r--r-- | devel/asmutils/Makefile | 10 | ||||
-rw-r--r-- | devel/asmutils/distinfo | 1 |
2 files changed, 4 insertions, 7 deletions
diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index bc8f6c5aa9cb..ebf586d1d556 100644 --- a/devel/asmutils/Makefile +++ b/devel/asmutils/Makefile @@ -14,13 +14,15 @@ MASTER_SITES= http://asm.sourceforge.net/asmutils/ MAINTAINER= danfe@FreeBSD.org COMMENT= A set of UNIX utilities written in x86 assembly language +LICENSE= GPLv2 + ONLY_FOR_ARCHS= i386 BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes -# This will play merry hell with portlint +# This will play merry hell with portlint(1) BINS= bonus/asmutils basename cal cat chmod chown chroot cmp cp \ cpuinfo cut date dc dd deflate dirname du echo env \ bonus/execve extname factor fromdos ftpd getty grep head \ @@ -45,11 +47,8 @@ PORTDOCS= * post-patch: @${REINPLACE_CMD} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG @${REINPLACE_CMD} -e 's,^static ,,' ${WRKSRC}/lib/libm.c -# Workaround for broken macro local labels in nasm v2.07+ - @${REINPLACE_CMD} -e 's,%{$$strucname},&%+,' ${WRKSRC}/inc/elf.inc \ - ${WRKSRC}/inc/system.inc -# Stripping binaries will break install +# Stripping binaries will break installation STRIP= # do-install: @@ -79,7 +78,6 @@ do-install: ${LN} -sf fromdos todos && \ ${LN} -sf mount umount && \ ${LN} -sf sleep usleep) - .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/[^i]* ${DOCSDIR} diff --git a/devel/asmutils/distinfo b/devel/asmutils/distinfo index 0e3381bf8a99..d81fa70e5417 100644 --- a/devel/asmutils/distinfo +++ b/devel/asmutils/distinfo @@ -1,3 +1,2 @@ -MD5 (asmutils-0.18.tar.gz) = a11c8fea347026449ecd2e5807e77d64 SHA256 (asmutils-0.18.tar.gz) = 905e58521c9c85ae64a243ff8a05503ddaed3d808a99aa6db8737d0bfb16d38a SIZE (asmutils-0.18.tar.gz) = 361157 |