aboutsummaryrefslogtreecommitdiff
path: root/net/sniffit
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-23 14:40:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-23 14:40:11 +0000
commitac1ce00d1cf54198c95223761aa6dcb68822141c (patch)
tree9492e6661858e85ad41a8ed076fd531826e28d20 /net/sniffit
parent7c2281ad16f508a5a4daa8debbd132d485ee6ab8 (diff)
downloadports-ac1ce00d1cf54198c95223761aa6dcb68822141c.tar.gz
ports-ac1ce00d1cf54198c95223761aa6dcb68822141c.zip
Notes
Diffstat (limited to 'net/sniffit')
-rw-r--r--net/sniffit/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile
index 4169488fe635..2d2aeb4c6a30 100644
--- a/net/sniffit/Makefile
+++ b/net/sniffit/Makefile
@@ -15,8 +15,11 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
COMMENT= Packet sniffer program. For educational use
+LICENSE= BSD4CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
GNU_CONFIGURE= yes
-ALL_TARGET=
+ALL_TARGET= # empty
OPTIONS_DEFINE= DOCS
@@ -24,8 +27,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${STAGEDIR}${MANPREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${STAGEDIR}${MANPREFIX}/man/man8
- ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sniffit
- ${INSTALL_MAN} ${WRKSRC}/README.FIRST \
- ${STAGEDIR}${PREFIX}/share/doc/sniffit
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.FIRST ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>