git: 7645667934f3 - main - multimedia/libquvi-scripts: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:22:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7645667934f304bf93ba0c2784ca1b2f39cfb62c
commit 7645667934f304bf93ba0c2784ca1b2f39cfb62c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:03:03 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:03:03 +0000
multimedia/libquvi-scripts: Cosmetic change
---
multimedia/libquvi-scripts/Makefile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/multimedia/libquvi-scripts/Makefile b/multimedia/libquvi-scripts/Makefile
index 110621da4877..cb82b4dd6b77 100644
--- a/multimedia/libquvi-scripts/Makefile
+++ b/multimedia/libquvi-scripts/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libquvi-scripts
PORTVERSION= 0.4.21
CATEGORIES= multimedia devel
-MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
+MASTER_SITES= SF/quvi/${PORTVERSION:R}/libquvi-scripts/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
@@ -12,16 +12,17 @@ COMMENT= Embedded lua scripts for libquvi and utility scripts
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= pathfix tar:xz
+
+GNU_CONFIGURE= yes
+NO_ARCH= yes
+
PORTSCOUT= limit:^0\.4\.
OPTIONS_DEFINE= NSFW
OPTIONS_SUB= yes
NSFW_DESC= Enable adult website support
-GNU_CONFIGURE= yes
-NO_ARCH= yes
-USES= pathfix tar:xz
-
NSFW_CONFIGURE_WITH= nsfw
.include <bsd.port.mk>