diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-04 17:01:36 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-04 17:01:36 +0000 |
commit | 591ee211787f15fe1c0970b52d22f8e1d442ec27 (patch) | |
tree | e99ea901e781d3074a7095d5362ffdafca3ba281 /japanese | |
parent | cbd20587110c431549fe9c1861c0dda64732db8a (diff) | |
download | ports-591ee211787f15fe1c0970b52d22f8e1d442ec27.tar.gz ports-591ee211787f15fe1c0970b52d22f8e1d442ec27.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 4 | ||||
-rw-r--r-- | japanese/ebview-gtk2/pkg-plist | 6 | ||||
-rw-r--r-- | japanese/ebview/Makefile | 4 | ||||
-rw-r--r-- | japanese/ebview/pkg-plist | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index db7e9564785b..2cbed02addf8 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -9,7 +9,7 @@ PORTNAME= ebview PORTVERSION= 0.2.1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Electronic Book Viewer @@ -28,7 +28,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -post-patch: +pre-build: .for file in src/dictheading.c cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} diff --git a/japanese/ebview-gtk2/pkg-plist b/japanese/ebview-gtk2/pkg-plist index 7389faece08b..c877b6439041 100644 --- a/japanese/ebview-gtk2/pkg-plist +++ b/japanese/ebview-gtk2/pkg-plist @@ -1,8 +1,8 @@ bin/ebdump bin/ebview bin/ebview-client -%%PORTDOCS%%share/doc/ebview/ChangeLog -%%PORTDOCS%%share/doc/ebview/README +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README share/ebview/about.en share/ebview/about.jp share/ebview/endinglist-ja.xml @@ -16,4 +16,4 @@ share/locale/ja/LC_MESSAGES/ebview.mo @dirrm share/ebview/help/en @dirrm share/ebview/help @dirrm share/ebview -%%PORTDOCS%%@dirrm share/doc/ebview +%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index db7e9564785b..2cbed02addf8 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -9,7 +9,7 @@ PORTNAME= ebview PORTVERSION= 0.2.1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Electronic Book Viewer @@ -28,7 +28,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -post-patch: +pre-build: .for file in src/dictheading.c cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} diff --git a/japanese/ebview/pkg-plist b/japanese/ebview/pkg-plist index 7389faece08b..c877b6439041 100644 --- a/japanese/ebview/pkg-plist +++ b/japanese/ebview/pkg-plist @@ -1,8 +1,8 @@ bin/ebdump bin/ebview bin/ebview-client -%%PORTDOCS%%share/doc/ebview/ChangeLog -%%PORTDOCS%%share/doc/ebview/README +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README share/ebview/about.en share/ebview/about.jp share/ebview/endinglist-ja.xml @@ -16,4 +16,4 @@ share/locale/ja/LC_MESSAGES/ebview.mo @dirrm share/ebview/help/en @dirrm share/ebview/help @dirrm share/ebview -%%PORTDOCS%%@dirrm share/doc/ebview +%%PORTDOCS%%@dirrm %%DOCSDIR%% |