diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-30 22:03:03 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-30 22:03:03 +0000 |
commit | 7645667934f304bf93ba0c2784ca1b2f39cfb62c (patch) | |
tree | c575c11965ffb86f5f07481b128785406cdce189 | |
parent | d8abf1a9f6145fbcf11a5808f078eef434478246 (diff) | |
download | ports-7645667934f304bf93ba0c2784ca1b2f39cfb62c.tar.gz ports-7645667934f304bf93ba0c2784ca1b2f39cfb62c.zip |
multimedia/libquvi-scripts: Cosmetic change
-rw-r--r-- | multimedia/libquvi-scripts/Makefile | 11 |
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> |