summaryrefslogtreecommitdiff
path: root/japanese/ebview-gtk2/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-04 17:01:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-04 17:01:36 +0000
commit591ee211787f15fe1c0970b52d22f8e1d442ec27 (patch)
treee99ea901e781d3074a7095d5362ffdafca3ba281 /japanese/ebview-gtk2/Makefile
parent- Update to version 1.2.5 (diff)
- Fix build
- Use DOCSDIR macro PR: 56435 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=88556
Diffstat (limited to 'japanese/ebview-gtk2/Makefile')
-rw-r--r--japanese/ebview-gtk2/Makefile4
1 files changed, 2 insertions, 2 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}