Date: Wed, 12 Mar 2014 23:36:53 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348016 - head/graphics/enblend Message-ID: <201403122336.s2CNarHl061701@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Wed Mar 12 23:36:52 2014 New Revision: 348016 URL: http://svnweb.freebsd.org/changeset/ports/348016 QAT: https://qat.redports.org/buildarchive/r348016/ Log: Convert to staging, modernize USE_GMAKE=yes -> USES=gmake. Approved by: portmgr (blanket) Modified: head/graphics/enblend/Makefile Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Wed Mar 12 23:15:19 2014 (r348015) +++ head/graphics/enblend/Makefile Wed Mar 12 23:36:52 2014 (r348016) @@ -23,8 +23,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap RUN_DEPENDS= OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR USE_AUTOTOOLS= automake:env autoconf:env -USE_GMAKE= yes -# We need a newer version of makinfo for this. +USES= gmake +# We need a newer version of makeinfo for this. # Remove this line when we remove texinfo from the base system. CONFIGURE_ARGS= MAKEINFO="${LOCALBASE}/bin/makeinfo" @@ -39,11 +39,9 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= enfuse enblend -MAN1= enblend.1 enfuse.1 -PLIST_FILES= bin/enblend bin/enfuse +PLIST_FILES= bin/enblend bin/enfuse man/man1/enblend.1.gz man/man1/enfuse.1.gz -NO_STAGE= yes post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH} + ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403122336.s2CNarHl061701>