diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-08 20:30:35 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-08 20:30:35 +0000 |
commit | d130ebdc0a8fa9e22535516356c80a51d003b56c (patch) | |
tree | ed2e63aea02b444d68ad1e32bedfcdf23ca8dc71 | |
parent | 45db2b0c269d99690a2227d4972678edd30abfe0 (diff) | |
download | ports-d130ebdc0a8fa9e22535516356c80a51d003b56c.tar.gz ports-d130ebdc0a8fa9e22535516356c80a51d003b56c.zip |
misc/pubs: Add POSTSCOUT tag
-rw-r--r-- | misc/pubs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/pubs/Makefile b/misc/pubs/Makefile index 7770873ae933..8fad5fb222a5 100644 --- a/misc/pubs/Makefile +++ b/misc/pubs/Makefile @@ -23,4 +23,6 @@ USE_GITHUB= yes USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes +POSTSCOUT= skipv:show_and_search + .include <bsd.port.mk> |