Date: Sat, 24 Dec 2016 23:27:18 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429385 - head/devel/srecord Message-ID: <201612242327.uBONRIVn083064@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Dec 24 23:27:18 2016 New Revision: 429385 URL: https://svnweb.freebsd.org/changeset/ports/429385 Log: Redefine ALL_TARGET instead of adding a post-build target. Modified: head/devel/srecord/Makefile Modified: head/devel/srecord/Makefile ============================================================================== --- head/devel/srecord/Makefile Sat Dec 24 22:13:25 2016 (r429384) +++ head/devel/srecord/Makefile Sat Dec 24 23:27:18 2016 (r429385) @@ -13,6 +13,7 @@ COMMENT= Collection of powerful tools fo BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libgcrypt.so:security/libgcrypt +ALL_TARGET= all libdir/pkgconfig/srecord.pc USES= ghostscript libtool:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -33,9 +34,6 @@ HEADER_DIRS= input \ OPTIONS_DEFINE= DOCS -post-build: - cd ${WRKSRC} && ${MAKE_CMD} libdir/pkgconfig/srecord.pc - pre-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612242327.uBONRIVn083064>