Skip to content

Commit

Permalink
multimedia/libquvi-scripts09: Fix MASTER_SITES
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 30, 2022
1 parent 7645667 commit 170b66f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions multimedia/libquvi-scripts09/Makefile
Expand Up @@ -4,7 +4,7 @@ PORTNAME= libquvi-scripts
PORTVERSION= 0.9.20131130
PORTREVISION= 1
CATEGORIES= multimedia devel
MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ \
MASTER_SITES= SF/quvi/${PORTVERSION:R}/libquvi-scripts/ \
LOCAL/sunpoet
PKGNAMESUFFIX= 09

Expand All @@ -19,17 +19,18 @@ RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}bitop>=1.0.1:devel/lua-bitop@${LUA_FLAVOR} \
${LUA_PKGNAMEPREFIX}json>=1.1.1:converters/lua-json@${LUA_FLAVOR} \
${LUA_PKGNAMEPREFIX}luasocket>=2.0.2:net/luasocket@${LUA_FLAVOR}

OPTIONS_DEFINE= NSFW
OPTIONS_SUB= yes
NSFW_DESC= Enable adult website support
USES= lua:run pathfix tar:xz

CONFIGURE_ARGS= --program-suffix=${PKGNAMESUFFIX}
GNU_CONFIGURE= yes
NO_ARCH= yes
USES= lua:run pathfix tar:xz

PLIST_SUB= PKGNAMESUFFIX=${PKGNAMESUFFIX} PORTVERSION=${PORTVERSION} QUVIVERSION=${PORTVERSION:R}

OPTIONS_DEFINE= NSFW
OPTIONS_SUB= yes
NSFW_DESC= Enable adult website support

NSFW_CONFIGURE_WITH= nsfw

.include <bsd.port.mk>

0 comments on commit 170b66f

Please sign in to comment.