diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 17:47:44 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 17:47:44 +0300 |
| commit | 51d2f5faa0573f0ef48e4cf13b385e91371e0be4 (patch) | |
| tree | 36e00fa0f7abdf4b0f7db17492f0ded1d8d8d862 /www | |
| parent | e5b913a22dd8a0f98303e15a48254c71d45539d5 (diff) | |
www/freshrss: fix PLIST_SUB usage
Diffstat (limited to 'www')
| -rw-r--r-- | www/freshrss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/freshrss/Makefile b/www/freshrss/Makefile index ce28828..e7d0df4 100644 --- a/www/freshrss/Makefile +++ b/www/freshrss/Makefile @@ -23,9 +23,8 @@ USE_PHP= ctype curl dom filter gd iconv mbstring pdo pdo_sqlite \ NO_ARCH= yes NO_BUILD= yes -PLIST_SUB= WWWGRP=${WWWGRP} \ - WWWOWN=${WWWOWN} \ - WWWDIR=${WWWDIR:S,${PREFIX}/,,} +PLIST_SUB+= WWWGRP=${WWWGRP} \ + WWWOWN=${WWWOWN} SUB_FILES= pkg-message nginx.conf.sample SUB_LIST= WWWDIR=${WWWDIR} |
