diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-09-29 04:08:51 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-09-29 04:08:51 +0000 |
commit | 6b5c79f3024c3445b135ca541e3c338286f79356 (patch) | |
tree | 7ae8a1e27c2595ba40aecb5011b100d68d93adf4 /databases/py-aiomcache | |
parent | eebc96b4577ce599a32a9cd2f6698b5b5032a110 (diff) | |
download | ports-6b5c79f3024c3445b135ca541e3c338286f79356.tar.gz ports-6b5c79f3024c3445b135ca541e3c338286f79356.zip |
databases/py-aiomcache: Fix installation of tests files
- Tests files were installed to general directories
- Bump PORTREVISION
Diffstat (limited to 'databases/py-aiomcache')
-rw-r--r-- | databases/py-aiomcache/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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> |