mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/joe: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
7cd5d5c2bd
commit
5590c36435
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= joe
|
PORTNAME= joe
|
||||||
PORTVERSION= 4.6
|
PORTVERSION= 4.6
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES?= editors
|
CATEGORIES?= editors
|
||||||
MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
|
MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
|
||||||
|
@ -15,6 +16,7 @@ CONFLICTS= jupp
|
||||||
|
|
||||||
USES= gmake iconv localbase ncurses
|
USES= gmake iconv localbase ncurses
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ENV= SPELL=aspell
|
CONFIGURE_ENV= SPELL=aspell
|
||||||
LIBS+= ${ICONV_LIB}
|
LIBS+= ${ICONV_LIB}
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ bin/rjoe
|
||||||
@sample %%ETCDIR%%/rjoerc.sample
|
@sample %%ETCDIR%%/rjoerc.sample
|
||||||
%%ETCDIR%%/shell.csh
|
%%ETCDIR%%/shell.csh
|
||||||
%%ETCDIR%%/shell.sh
|
%%ETCDIR%%/shell.sh
|
||||||
man/man1/joe.1.gz
|
share/man/man1/joe.1.gz
|
||||||
man/ru/man1/joe.1.gz
|
share/man/ru/man1/joe.1.gz
|
||||||
share/applications/jmacs.desktop
|
share/applications/jmacs.desktop
|
||||||
share/applications/joe.desktop
|
share/applications/joe.desktop
|
||||||
share/applications/jpico.desktop
|
share/applications/jpico.desktop
|
||||||
|
|
Loading…
Add table
Reference in a new issue