aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 10:19:31 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 10:42:27 +0000
commitdd8d127ea9319549aa625d120ea1ec4368f5fca8 (patch)
treeb9a83d54e3a14210fddddab8cf1d6d558bb7d049
parente56c495f41e1109ecaaede6715d7df96c4866f0a (diff)
downloadports-dd8d127ea9319549aa625d120ea1ec4368f5fca8.tar.gz
ports-dd8d127ea9319549aa625d120ea1ec4368f5fca8.zip
editors/deforaos-editor: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--editors/deforaos-editor/Makefile4
-rw-r--r--editors/deforaos-editor/pkg-plist4
2 files changed, 4 insertions, 4 deletions
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,6 +1,6 @@
PORTNAME= editor
PORTVERSION= 0.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://www.defora.org/os/download/download/4398/
PKGNAMEPREFIX= deforaos-
@@ -19,7 +19,7 @@ LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \
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
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,8 +1,8 @@
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