aboutsummaryrefslogtreecommitdiffstats
path: root/security/snort
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-01-29 22:26:12 +0800
committerdirk <dirk@FreeBSD.org>2000-01-29 22:26:12 +0800
commit3369a26a2098c92cefa559f255c493fa7b3bdd10 (patch)
treee733f55b248740f5614a746ccdda7674e231c3da /security/snort
parent711c18c271e7b13fe2bf754af70802f1bec4ef7f (diff)
downloadfreebsd-ports-gnome-3369a26a2098c92cefa559f255c493fa7b3bdd10.tar.gz
freebsd-ports-gnome-3369a26a2098c92cefa559f255c493fa7b3bdd10.tar.zst
freebsd-ports-gnome-3369a26a2098c92cefa559f255c493fa7b3bdd10.zip
snort has a manpage, now.
Diffstat (limited to 'security/snort')
-rw-r--r--security/snort/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index b3920cdbc522..a186398a82b0 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.clark.net/~roesch/ \
MAINTAINER= dirk@FreeBSD.org
GNU_CONFIGURE= yes
+MAN8= snort.8
post-install:
${MKDIR} ${PREFIX}/share/snort
@@ -21,5 +22,6 @@ post-install:
scan-lib snort-lib web-lib
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/snort
.endfor
+ ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8
.include <bsd.port.mk>