- Stage support
This commit is contained in:
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
|
@ -18,7 +18,6 @@ CONFIGURE_ARGS+=--disable-python --disable-python-bindings
|
|||
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
|
@ -32,7 +31,5 @@ CONFIGURE_ARGS+=--disable-nls --without-libiconv-prefix --without-libintl-prefix
|
|||
.endif
|
||||
|
||||
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>
|
||||
|
|
|
@ -31,4 +31,9 @@ include/libyasm/symrec.h
|
|||
include/libyasm/valparam.h
|
||||
include/libyasm/value.h
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue