1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Group build-related knobs together and squash bogus double space

- Unmute installation command and wrap so it fits 80 character limit
This commit is contained in:
Alexey Dokuchaev 2019-02-13 07:34:54 +00:00
parent 94a1741e72
commit 080d8e65be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492832

View File

@ -13,12 +13,11 @@ COMMENT= Minimalistic x86 and x86-64 disassembler library
LICENSE= BSD2CLAUSE
USES= gmake libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-sphinx-build --enable-shared
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-sphinx-build --enable-shared
INFO= udis86
PORTDOCS= x86
@ -51,6 +50,7 @@ CONFIGURE_ENV+= PYTHON="${FALSE}"
.endif
post-install:
@${INSTALL_DATA} ${WRKSRC}/docs/manual/udis86.info ${STAGEDIR}${PREFIX}/${INFO_PATH}/
${INSTALL_DATA} ${WRKSRC}/docs/manual/udis86.info \
${STAGEDIR}${PREFIX}/${INFO_PATH}
.include <bsd.port.mk>