mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/yudit: move manpages to share/man
- Move USES to the correct section - Bump PORTREVISION
This commit is contained in:
parent
f85e053b11
commit
aa7eef8a0a
2 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= yudit
|
||||
PORTVERSION= 3.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors converters print
|
||||
MASTER_SITES= http://yudit.org/download/ \
|
||||
SUNSITE/apps/editors/X
|
||||
|
@ -11,11 +12,13 @@ WWW= https://www.yudit.org/
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.TXT
|
||||
|
||||
USES= gmake xorg
|
||||
|
||||
CONFLICTS= netatalk
|
||||
|
||||
USES= gmake xorg
|
||||
USE_XORG= x11
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PORTDATA= *
|
||||
|
|
|
@ -2,10 +2,10 @@ bin/mytool
|
|||
bin/uniconv
|
||||
bin/uniprint
|
||||
bin/yudit
|
||||
man/man1/mytool.1.gz
|
||||
man/man1/uniconv.1.gz
|
||||
man/man1/uniprint.1.gz
|
||||
man/man1/yudit.1.gz
|
||||
share/man/man1/mytool.1.gz
|
||||
share/man/man1/uniconv.1.gz
|
||||
share/man/man1/uniprint.1.gz
|
||||
share/man/man1/yudit.1.gz
|
||||
share/locale/am/LC_MESSAGES/yudit.mo
|
||||
share/locale/ar/LC_MESSAGES/yudit.mo
|
||||
share/locale/az/LC_MESSAGES/yudit.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue