aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-30 22:03:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-30 22:03:03 +0000
commit7645667934f304bf93ba0c2784ca1b2f39cfb62c (patch)
treec575c11965ffb86f5f07481b128785406cdce189
parentd8abf1a9f6145fbcf11a5808f078eef434478246 (diff)
downloadports-7645667934f304bf93ba0c2784ca1b2f39cfb62c.tar.gz
ports-7645667934f304bf93ba0c2784ca1b2f39cfb62c.zip
multimedia/libquvi-scripts: Cosmetic change
-rw-r--r--multimedia/libquvi-scripts/Makefile11
1 files 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>