diff options
author | krion <krion@FreeBSD.org> | 2003-09-04 17:01:36 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-04 17:01:36 +0000 |
commit | fca87ad821d20c3efbd1a9e174ae417923d574ac (patch) | |
tree | dfef1a8391e71eead7f6b047f44c717ca88b4e08 /japanese/ebview | |
parent | 5d96d3984a34685da2e0f9eee95fdc6ed6f5e1fe (diff) | |
download | FreeBSD-ports-fca87ad821d20c3efbd1a9e174ae417923d574ac.zip FreeBSD-ports-fca87ad821d20c3efbd1a9e174ae417923d574ac.tar.gz |
- Fix build
- Use DOCSDIR macro
PR: 56435
Submitted by: Ports Fury
Diffstat (limited to 'japanese/ebview')
-rw-r--r-- | japanese/ebview/Makefile | 4 | ||||
-rw-r--r-- | japanese/ebview/pkg-plist | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index db7e956..2cbed02 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 7389fae..c877b64 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%% |