diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-12-14 13:39:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-12-14 13:39:46 +0000 |
commit | d23d6241b239651ad5b22db970a6c09e819a2d9c (patch) | |
tree | 74731f996e051866ba593e1212fba32ba9c97383 /net | |
parent | 9528b6a977333c0a41d2f8ada19e84f1d25fef43 (diff) | |
download | ports-d23d6241b239651ad5b22db970a6c09e819a2d9c.tar.gz ports-d23d6241b239651ad5b22db970a6c09e819a2d9c.zip |
net/trippy: Add PORTSCOUT to ignore bogus version
Diffstat (limited to 'net')
-rw-r--r-- | net/trippy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/trippy/Makefile b/net/trippy/Makefile index b02e4b226c6e..a6ab0fb0b260 100644 --- a/net/trippy/Makefile +++ b/net/trippy/Makefile @@ -21,6 +21,8 @@ SUID_DESC= Use suid to allow execution as non root SUID_PLIST_FILES= "@(,,4110) bin/trip" SUID_PLIST_FILES_OFF= "@(,,0100) bin/trip" +PORTSCOUT= skipv:1.0.0 + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/trip |