diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-11-11 17:33:09 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-11-11 17:33:09 +0000 |
commit | 2aa4b42436b1e0c69f0a51cc96b754ba3fb76a65 (patch) | |
tree | bbd32e48ff5a5cccaf5f00ee0bedf66855e09f4d /devel/asmutils/Makefile | |
parent | 1a9b3315837cf55bcd453daf63876a51850b99b9 (diff) |
Notes
Diffstat (limited to 'devel/asmutils/Makefile')
-rw-r--r-- | devel/asmutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index f84a263fb921..e8a974e8cec2 100644 --- a/devel/asmutils/Makefile +++ b/devel/asmutils/Makefile @@ -21,6 +21,7 @@ ONLY_FOR_ARCHS= i386 BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes +MAKE_ARGS= OS=${OPSYS:U} KERNEL=${OSREL:S/.//g} # This will play merry hell with portlint(1) BINS= bonus/asmutils basename cal cat chmod chown chroot cmp cp \ @@ -45,7 +46,6 @@ PLIST_DIRS= bin/asmutils lib/asmutils PORTDOCS= * post-patch: - @${REINPLACE_CMD} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG @${REINPLACE_CMD} -e 's,^static ,,' ${WRKSRC}/lib/libm.c # Stripping binaries will break installation |