git: 2ece22f4bf22 - main - graphics/drawpile: Add the PORTSCOUT line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 04:38:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ece22f4bf228403a0c5dac6685357bb460e2dec commit 2ece22f4bf228403a0c5dac6685357bb460e2dec Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-04-18 03:57:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-04-18 04:38:12 +0000 graphics/drawpile: Add the PORTSCOUT line --- graphics/drawpile/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile index 7afddae39487..344b11f5bbdc 100644 --- a/graphics/drawpile/Makefile +++ b/graphics/drawpile/Makefile @@ -30,4 +30,6 @@ PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} PLIST_SUB= PORTVERSION=${PORTVERSION} +PORTSCOUT= limit:^\d+\. # prevent tags like 'continuous' + .include <bsd.port.mk>