git: 7dc9b39a5288 - main - misc/pubs: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 07:54:39 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7dc9b39a5288ca3817731187d1c64a52dfecf52c
commit 7dc9b39a5288ca3817731187d1c64a52dfecf52c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-17 07:54:07 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-17 07:54:37 +0000
misc/pubs: Fix typo
---
misc/pubs/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/pubs/Makefile b/misc/pubs/Makefile
index 8fad5fb222a5..695a8df23a1f 100644
--- a/misc/pubs/Makefile
+++ b/misc/pubs/Makefile
@@ -23,6 +23,6 @@ USE_GITHUB= yes
USE_PYTHON= distutils autoplist noflavors
NO_ARCH= yes
-POSTSCOUT= skipv:show_and_search
+PORTSCOUT= skipv:show_and_search
.include <bsd.port.mk>