diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile index aa1fe379672a..204df93a74b7 100644 --- a/editors/deforaos-editor/Makefile +++ b/editors/deforaos-editor/Makefile @@ -1,50 +1,50 @@ PORTNAME= editor PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://www.defora.org/os/download/download/4398/ PKGNAMEPREFIX= deforaos- DISTNAME= Editor-${PORTVERSION} MAINTAINER= khorben@defora.org COMMENT= DeforaOS desktop text editor WWW= https://www.defora.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libDesktop.so:x11/deforaos-libdesktop \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 MAKE_ARGS+= PREFIX=${PREFIX} -MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man +MAKE_ENV+= MANDIR=${STAGEDIR}${PREFIX}/share/man USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 cairo gdkpixbuf2 OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl post-patch-DOCS-off: ${REINPLACE_CMD} 's|data doc po|data po|' \ ${WRKSRC}/Makefile post-patch-NLS-off: ${REINPLACE_CMD} 's|po src tools|src tools|' \ ${WRKSRC}/Makefile post-patch: @${REINPLACE_CMD} 's|-Wl,-pie||g' \ ${WRKSRC}/tools/Makefile \ ${WRKSRC}/src/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor \ ${STAGEDIR}${PREFIX}/bin/filter .include diff --git a/editors/deforaos-editor/pkg-plist b/editors/deforaos-editor/pkg-plist index 0a435ceaa85a..b75e431260ea 100644 --- a/editors/deforaos-editor/pkg-plist +++ b/editors/deforaos-editor/pkg-plist @@ -1,9 +1,9 @@ bin/editor bin/filter share/applications/deforaos-editor.desktop -%%PORTDOCS%%man/man1/editor.1.gz -%%PORTDOCS%%man/man1/filter.1.gz +%%PORTDOCS%%share/man/man1/editor.1.gz +%%PORTDOCS%%share/man/man1/filter.1.gz %%NLS%%share/locale/de/LC_MESSAGES/Editor.mo %%NLS%%share/locale/es/LC_MESSAGES/Editor.mo %%NLS%%share/locale/fr/LC_MESSAGES/Editor.mo %%NLS%%share/locale/it/LC_MESSAGES/Editor.mo