svn commit: r374899 - head/x11-toolkits/open-motif

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 12:06:31 UTC 2014


Author: bapt
Date: Thu Dec 18 12:06:30 2014
New Revision: 374899
URL: https://svnweb.freebsd.org/changeset/ports/374899
QAT: https://qat.redports.org/buildarchive/r374899/

Log:
  Convert to USES=autoreconf
  Strip binaries
  Remove useless inclusion of bsd.port.options.mk

Modified:
  head/x11-toolkits/open-motif/Makefile

Modified: head/x11-toolkits/open-motif/Makefile
==============================================================================
--- head/x11-toolkits/open-motif/Makefile	Thu Dec 18 11:45:13 2014	(r374898)
+++ head/x11-toolkits/open-motif/Makefile	Thu Dec 18 12:06:30 2014	(r374899)
@@ -22,21 +22,17 @@ CONFLICTS=	lesstif-[0-9]*
 # WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 WRKSRC=		${WRKDIR}/motif-${PORTVERSION}
 
-USES=		gmake iconv libtool:keepla pkgconfig tar:tgz
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-ACLOCAL_ARGS=	-I.
-AUTOMAKE_ARGS=	-a -c -f --foreign
+USES=		autoreconf gmake iconv libtool:keepla pkgconfig tar:tgz
 USE_XORG=	x11 xaw xbitmaps xext xft xt
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 MAKE_ENV=	LANG=C
 CPPFLAGS+=	-DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include
 USE_CSTD=	gnu89
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 # fix sections
 	@${FIND} ${WRKSRC}/doc/man/man1 -name '*.1' -maxdepth 1 | \


More information about the svn-ports-head mailing list