diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-07-22 13:47:05 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-07-22 13:47:05 +0000 |
commit | fb84f5372e4a31892e330d9c2a9d0b0966b49724 (patch) | |
tree | 6399caa169a303e7cf57ad9875c4d26bab047a65 /graphics/zathura-ps | |
parent | 33a151bfd7a1e5724c0a57e50bac33955997028c (diff) |
Notes
Diffstat (limited to 'graphics/zathura-ps')
-rw-r--r-- | graphics/zathura-ps/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index db48cca44043..bc85233592c1 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -12,8 +12,6 @@ COMMENT= PostScript support for Zathura PDF viewer LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to stage - LIB_DEPENDS= libspectre.so:print/libspectre BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura @@ -25,7 +23,10 @@ PLIST_FILES= lib/zathura/libps.so \ share/applications/org.pwmt.zathura-ps.desktop \ share/appdata/org.pwmt.zathura-ps.metainfo.xml +pre-configure: + ${REINPLACE_CMD} "s:join_paths(datadir, 'metainfo'):join_paths(datadir, 'appdata'):" ${WRKSRC}/meson.build + post-install: - @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/ps.so + @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/libps.so .include <bsd.port.mk> |