Skip to content

Commit

Permalink
security/cfv: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent bd41442 commit 1cb2339
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions security/cfv/Makefile
@@ -1,6 +1,7 @@
PORTNAME= cfv
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GH
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -23,6 +24,9 @@ USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

post-patch:
@${REINPLACE_CMD} -e 's|man/man1|share/man/man1|' ${WRKSRC}/setup.py

do-test:
cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test.py

Expand Down

0 comments on commit 1cb2339

Please sign in to comment.