git: 6b5c79f3024c - main - databases/py-aiomcache: Fix installation of tests files

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Thu, 29 Sep 2022 04:11:14 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b5c79f3024c3445b135ca541e3c338286f79356

commit 6b5c79f3024c3445b135ca541e3c338286f79356
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-09-29 04:08:51 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-09-29 04:08:51 +0000

    databases/py-aiomcache: Fix installation of tests files
    
    - Tests files were installed to general directories
    - Bump PORTREVISION
---
 databases/py-aiomcache/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/databases/py-aiomcache/Makefile b/databases/py-aiomcache/Makefile
index 8982b7e7f028..bb71a23b2c07 100644
--- a/databases/py-aiomcache/Makefile
+++ b/databases/py-aiomcache/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	aiomcache
 DISTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,4 +16,7 @@ USES=		cpe python:3.7+
 CPE_VENDOR=	${PORTNAME}_project
 USE_PYTHON=	autoplist distutils cython
 
+post-extract:
+	@${MV} ${WRKSRC}/tests ${WRKSRC}/aiomcache/
+
 .include <bsd.port.mk>