aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-13 12:56:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-13 12:56:20 +0000
commite4708a1f7981c798a18471042f982e7d0a66a8eb (patch)
treec77beaf5e85055e593e09df6a34eea0e77256373 /net-mgmt
parent0030c323d569f8b3f54eebaa00e37c7e29e9bdb3 (diff)
downloadports-e4708a1f7981c798a18471042f982e7d0a66a8eb.tar.gz
ports-e4708a1f7981c798a18471042f982e7d0a66a8eb.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bpft/Makefile6
-rw-r--r--net-mgmt/bpft/pkg-install4
2 files changed, 2 insertions, 8 deletions
diff --git a/net-mgmt/bpft/Makefile b/net-mgmt/bpft/Makefile
index 8305815b4d20..f6720fd3c144 100644
--- a/net-mgmt/bpft/Makefile
+++ b/net-mgmt/bpft/Makefile
@@ -18,7 +18,8 @@ OPTIONS_DEFINE= DOCS
CONFLICTS= trafd-3.0.*
WRKSRC= ${WRKDIR}/${PORTNAME}
-
+MAKE_ARGS= INSTALL_FILE="${INSTALL_DATA}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ INSTALL_SCRIPT="${INSTALL_SCRIPT}"
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.options.mk>
@@ -39,9 +40,6 @@ post-patch:
${WRKSRC}/lib/interfaces.c
post-install:
-.for i in bin/traflog bin/trafstat sbin/trafd sbin/trafstatd
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
-.endfor
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README WhatsNew
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
diff --git a/net-mgmt/bpft/pkg-install b/net-mgmt/bpft/pkg-install
deleted file mode 100644
index 706e7e660786..000000000000
--- a/net-mgmt/bpft/pkg-install
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-DBDIR=${PREFIX}/var/bpft
-mkdir -p $DBDIR