mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
chinese/aterm: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
e32b868645
commit
8b949c3aaa
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= aterm
|
PORTNAME= aterm
|
||||||
PORTVERSION= 1.0.1
|
PORTVERSION= 1.0.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= chinese x11
|
CATEGORIES= chinese x11
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -10,12 +11,13 @@ WWW= https://aterm.sourceforge.net/
|
||||||
USES= cpe xorg
|
USES= cpe xorg
|
||||||
USE_XORG= xpm
|
USE_XORG= xpm
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --enable-xim --enable-big5
|
CONFIGURE_ARGS= --enable-xim --enable-big5
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
CONFLICTS_INSTALL= aterm
|
CONFLICTS_INSTALL= aterm
|
||||||
|
|
||||||
PLIST_FILES= "@(,,4711) bin/aterm" \
|
PLIST_FILES= "@(,,4711) bin/aterm" \
|
||||||
man/man1/aterm.1.gz
|
share/man/man1/aterm.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue