diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 14:48:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 14:48:40 +0800 |
commit | 0ff6cae1bf6c7fef5613adfe752db0e56f5ec478 (patch) | |
tree | d6f9090c9879f4467e52200c2b0c6de81ad9871e /net/dosdetector | |
parent | bf096fb1762a7e58bd5747e71e46adaddb6d9004 (diff) | |
download | freebsd-ports-graphics-0ff6cae1bf6c7fef5613adfe752db0e56f5ec478.tar.gz freebsd-ports-graphics-0ff6cae1bf6c7fef5613adfe752db0e56f5ec478.tar.zst freebsd-ports-graphics-0ff6cae1bf6c7fef5613adfe752db0e56f5ec478.zip |
- Stage support
Diffstat (limited to 'net/dosdetector')
-rw-r--r-- | net/dosdetector/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dosdetector/Makefile b/net/dosdetector/Makefile index 70cf01c3ede..8502a9e379c 100644 --- a/net/dosdetector/Makefile +++ b/net/dosdetector/Makefile @@ -16,8 +16,7 @@ COMMENT= Detect suspicious network traffic HAS_CONFIGURE= yes USE_AUTOTOOLS= autoheader -PLIST_FILES= bin/dosdetector -MAN1= dosdetector.1 +PLIST_FILES= bin/dosdetector \ + man/man1/dosdetector.1.gz -NO_STAGE= yes .include <bsd.port.mk> |