1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update the vje25 module to 0.14.4 and the vje30 one to 0.14.4.

The author quit using libtool so *.la files would not be installed.

Clean up duplicated post-install targets of esecanna/Makefile. (D'oh!)
This commit is contained in:
Akinori MUSHA 2000-05-17 10:55:35 +00:00
parent 01bb1645ab
commit befc197e3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28512
7 changed files with 4 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= esecanna-module-vje25
PORTVERSION= 0.14.3
PORTVERSION= 0.14.4
CATEGORIES= japanese
MASTER_SITES= http://esecanna.netfort.gr.jp/ \
http://people.FreeBSD.org/~knu/ports/distfiles/

View File

@ -1 +1 @@
MD5 (esecanna/esecanna-module-vje25_0.14.3.tar.gz) = 823c060150d801ba874f952da149d441
MD5 (esecanna/esecanna-module-vje25_0.14.4.tar.gz) = 426040ae64e02a5a426eb751ac89ca2e

View File

@ -1,4 +1,3 @@
lib/esecanna/vje25.la
lib/esecanna/vje25.so
share/doc/esecanna/CHANGES.vje25.jp
share/doc/esecanna/README.vje25.jp

View File

@ -6,7 +6,7 @@
#
PORTNAME= esecanna-module-vje30
PORTVERSION= 0.14.3
PORTVERSION= 0.14.4
CATEGORIES= japanese
MASTER_SITES= http://esecanna.netfort.gr.jp/ \
http://people.FreeBSD.org/~knu/ports/distfiles/

View File

@ -1 +1 @@
MD5 (esecanna/esecanna-module-vje30_0.14.3.tar.gz) = 14867bfb0a1d4a7fb74a33b5da675f10
MD5 (esecanna/esecanna-module-vje30_0.14.4.tar.gz) = a8c158c3dba459e8170a34e5d4d33813

View File

@ -1,4 +1,3 @@
lib/esecanna/vje30.la
lib/esecanna/vje30.so
share/doc/esecanna/CHANGES.vje30.jp
share/doc/esecanna/README.vje30.jp

View File

@ -45,8 +45,6 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/esecanna
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/esecanna/
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>