- Stage support

This commit is contained in:
Martin Wilke 2014-02-02 08:35:15 +00:00
parent cac97723f9
commit 6de2c30458
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342252
2 changed files with 5 additions and 3 deletions

View file

@ -18,7 +18,6 @@ CONFIGURE_ARGS+=--disable-python --disable-python-bindings
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${ARCH} == "ia64" .if ${ARCH} == "ia64"
@ -32,7 +31,5 @@ CONFIGURE_ARGS+=--disable-nls --without-libiconv-prefix --without-libintl-prefix
.endif .endif
INSTALL_TARGET= install install-man INSTALL_TARGET= install install-man
MAN1= yasm.1
MAN7= yasm_arch.7 yasm_dbgfmts.7 yasm_objfmts.7 yasm_parsers.7
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -31,4 +31,9 @@ include/libyasm/symrec.h
include/libyasm/valparam.h include/libyasm/valparam.h
include/libyasm/value.h include/libyasm/value.h
lib/libyasm.a lib/libyasm.a
man/man1/yasm.1.gz
man/man7/yasm_arch.7.gz
man/man7/yasm_dbgfmts.7.gz
man/man7/yasm_objfmts.7.gz
man/man7/yasm_parsers.7.gz
@dirrm include/libyasm @dirrm include/libyasm