svn commit: r492832 - head/devel/udis86

Alexey Dokuchaev danfe at FreeBSD.org
Wed Feb 13 07:34:55 UTC 2019


Author: danfe
Date: Wed Feb 13 07:34:54 2019
New Revision: 492832
URL: https://svnweb.freebsd.org/changeset/ports/492832

Log:
  - Group build-related knobs together and squash bogus double space
  - Unmute installation command and wrap so it fits 80 character limit

Modified:
  head/devel/udis86/Makefile

Modified: head/devel/udis86/Makefile
==============================================================================
--- head/devel/udis86/Makefile	Wed Feb 13 07:29:04 2019	(r492831)
+++ head/devel/udis86/Makefile	Wed Feb 13 07:34:54 2019	(r492832)
@@ -13,12 +13,11 @@ COMMENT=	Minimalistic x86 and x86-64 disassembler libr
 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>


More information about the svn-ports-all mailing list