Update to 2.2.0.
This commit is contained in:
parent
a80f0bd0dd
commit
d7e8f371e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53962
3 changed files with 12 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mlterm
|
||||
PORTVERSION= 2.1.2
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -30,4 +30,10 @@ PKGNAMESUFFIX= -noaa
|
|||
CONFIGURE_ARGS+= --enable-anti-alias
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/ja/mlterm
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ja/README.ja ${PREFIX}/share/doc/ja/mlterm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mlterm-2.1.2.tar.gz) = 25f6ed3d4ddaf9ae004ba6c37c2ef416
|
||||
MD5 (mlterm-2.2.0.tar.gz) = a8118694f4e7c78acf5ff475a74b1d52
|
||||
|
|
|
@ -5,6 +5,8 @@ etc/mlterm/font
|
|||
etc/mlterm/key
|
||||
etc/mlterm/main
|
||||
etc/mlterm/termcap
|
||||
etc/mlterm/vaafont
|
||||
etc/mlterm/vfont
|
||||
etc/mlterm/xim
|
||||
lib/libkik.a
|
||||
lib/libkik.la
|
||||
|
@ -23,5 +25,7 @@ lib/mlterm/libsample2.la
|
|||
lib/mlterm/libsample2.so
|
||||
lib/mlterm/libsample2.so.0
|
||||
libexec/mlconfig
|
||||
%%PORTDOCS%%/share/doc/ja/mlterm/README.ja
|
||||
@dirrm etc/mlterm
|
||||
@dirrm lib/mlterm
|
||||
%%PORTDOCS%%@dirrm share/doc/ja/mlterm
|
||||
|
|
Loading…
Reference in a new issue