diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-09 11:34:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-09 11:34:41 +0800 |
commit | 5018d6aa97f218aef4313d90a0fe6c69fa0ae128 (patch) | |
tree | 638476da54fd49485628058fa2356e73d4bcced9 /net-mgmt | |
parent | 4982c62b72e6fe4ccae2c25d756c2d83dd91eb56 (diff) | |
download | freebsd-ports-gnome-5018d6aa97f218aef4313d90a0fe6c69fa0ae128.tar.gz freebsd-ports-gnome-5018d6aa97f218aef4313d90a0fe6c69fa0ae128.tar.zst freebsd-ports-gnome-5018d6aa97f218aef4313d90a0fe6c69fa0ae128.zip |
Stagify.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flow-extract/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-mgmt/flow-extract/Makefile b/net-mgmt/flow-extract/Makefile index 646e2a573b50..efc847a18b0a 100644 --- a/net-mgmt/flow-extract/Makefile +++ b/net-mgmt/flow-extract/Makefile @@ -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> |