Date: Mon, 9 Jun 2014 03:34:41 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357093 - head/net-mgmt/flow-extract Message-ID: <201406090334.s593Yfnp039663@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Jun 9 03:34:41 2014 New Revision: 357093 URL: http://svnweb.freebsd.org/changeset/ports/357093 QAT: https://qat.redports.org/buildarchive/r357093/ Log: Stagify. Modified: head/net-mgmt/flow-extract/Makefile Modified: head/net-mgmt/flow-extract/Makefile ============================================================================== --- head/net-mgmt/flow-extract/Makefile Mon Jun 9 03:30:19 2014 (r357092) +++ head/net-mgmt/flow-extract/Makefile Mon Jun 9 03:34:41 2014 (r357093) @@ -16,18 +16,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools WRKSRC= ${WRKDIR}/${PORTNAME} - MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS}" -MAN1= flow-extract.1 -PLIST_FILES= bin/flow-extract +PLIST_FILES= bin/flow-extract man/man1/${PORTNAME}.1.gz CFLAGS+= -I${LOCALBASE}/include -LDFLAGS= ${LOCALBASE}/lib/libft.a -lz +LDFLAGS+= ${LOCALBASE}/lib/libft.a -lz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/flow-extract ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/flow-extract.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/flow-extract ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/flow-extract.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406090334.s593Yfnp039663>