diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-16 05:18:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-16 05:18:23 +0000 |
commit | c2c86d8f88bebf275c00b7ed1b4f1b20a876cc72 (patch) | |
tree | a511e361c46f7ffb491f981058ac8e0f293fd5f7 /net | |
parent | 75112db679f47441179af397f505cd940ba26e04 (diff) | |
download | ports-c2c86d8f88bebf275c00b7ed1b4f1b20a876cc72.tar.gz ports-c2c86d8f88bebf275c00b7ed1b4f1b20a876cc72.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/bing/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile index 0d98b1316c94..3d02bd6d1eda 100644 --- a/net/bing/Makefile +++ b/net/bing/Makefile @@ -15,7 +15,9 @@ COMMENT= A point-to-point bandwith measurement tool MAN8= bing.8 -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bing ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/bing.8 ${MANPREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} |