git: 1f58be151afd - main - www/dokuwiki: fix PKGNAME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 13:18:45 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f58be151afdbcf9f5fe5e3205ee5a48f8ca4efd commit 1f58be151afdbcf9f5fe5e3205ee5a48f8ca4efd Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-10-19 13:18:30 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-10-19 13:18:30 +0000 www/dokuwiki: fix PKGNAME --- www/dokuwiki/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile index 5beddfd2d0ca..8ad5cefbd09e 100644 --- a/www/dokuwiki/Makefile +++ b/www/dokuwiki/Makefile @@ -3,6 +3,7 @@ PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/ +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${DIST_VER} MAINTAINER= delphij@FreeBSD.org