mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
editors/deforaos-editor: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
e56c495f41
commit
dd8d127ea9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user