Date: Mon, 09 Dec 2024 11:18:51 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 283148] www/webtrees20: mark deprecated and set expiration_date Message-ID: <bug-283148-7788-c2pU1fqQbT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-283148-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-283148-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283148 --- Comment #3 from Krzysztof <ports@bsdserwis.com> --- OK, So I have "show stopper" :-) currently (new) Makefile looks like this: [...] PKGNAMESUFFIX=3D 21 # (or 22 for new port) [...] WWWDIR=3D ${PREFIX}/www/webtrees${PKGNAMESUFFIX} DOCSDIR=3D ${PREFIX}/share/doc/webtrees${PKGNAMESUFFIX} with php-flavors it could be like this: PKGNAMESUFFIX=3D 21${PHP_PKGNAMESUFFIX} and how to "automate" these variables? WWWDIR=3D ${PREFIX}/www/webtrees${PKGNAMESUFFIX} DOCSDIR=3D ${PREFIX}/share/doc/webtrees${PKGNAMESUFFIX} Maybe I can use/set VERSION_SUFFIX? Maybe my question is very stupid, but I'm (still) begginer as port maintain= er :-))) Thanks a lot for any suggestions. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283148-7788-c2pU1fqQbT>