git: 810af1b1a0c4 - main - www/smarty2: fix PKGBASE collision with www/smarty
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Aug 2022 19:07:49 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=810af1b1a0c45daf0cddcaf8578a051ca9d3723a commit 810af1b1a0c45daf0cddcaf8578a051ca9d3723a Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-08-29 19:07:26 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-08-29 19:07:26 +0000 www/smarty2: fix PKGBASE collision with www/smarty --- www/smarty2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/smarty2/Makefile b/www/smarty2/Makefile index 9d7496d99bc5..1869e20cc6b3 100644 --- a/www/smarty2/Makefile +++ b/www/smarty2/Makefile @@ -4,7 +4,7 @@ DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://www.smarty.net/files/docs/:manual DISTFILES= manual-en-${PORTVERSION:R}.zip:manual -PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} +PKGNAMESUFFIX= 2${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= PHP compiling template engine