aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMartin Neubauer <m.ne@gmx.net>2024-02-03 23:05:27 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-02-06 15:31:25 +0000
commit31626afa660563df90060cf047760d7cc3ebc167 (patch)
tree3d0f29bc9199a03d6e388f26f5922c04364a9fd4 /print
parentbfb923a3a887cd7f5a7776bf45319d6c735fe0fa (diff)
downloadports-31626afa660563df90060cf047760d7cc3ebc167.tar.gz
ports-31626afa660563df90060cf047760d7cc3ebc167.zip
print/py-frescobaldi: Moved man to share/man
Approved by: portmgr(blanket)
Diffstat (limited to 'print')
-rw-r--r--print/py-frescobaldi/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/print/py-frescobaldi/Makefile b/print/py-frescobaldi/Makefile
index 82b173f1ea04..203886e3242a 100644
--- a/print/py-frescobaldi/Makefile
+++ b/print/py-frescobaldi/Makefile
@@ -1,6 +1,7 @@
PORTNAME= frescobaldi
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.0
+PORTREVISION= 1
CATEGORIES= print kde python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -30,9 +31,6 @@ LILYPOND_DESC= Use unstable LilyPond (lilypond-devel)
LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel
LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond
-post-patch:
- @${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \
- ${WRKSRC}/setup.py
post-build:
(cd ${WRKSRC} && ${GMAKE} -C linux)