diff options
| author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-29 14:26:12 +0000 |
|---|---|---|
| committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-01-29 14:26:12 +0000 |
| commit | 818c132334737c7cda44b7e735bbcbcb9f562bb7 (patch) | |
| tree | 79a2ed68b261ea6e81d3987e03e801db24c7a689 /security/snort | |
| parent | 0d72bb3913b50e6ff217272e766acf9f7bbffb87 (diff) | |
snort has a manpage, now.
Diffstat (limited to 'security/snort')
| -rw-r--r-- | security/snort/Makefile | 2 |
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> |
