diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-16 14:19:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-16 14:19:34 +0000 |
commit | 4252e1e417d1f19cd7498f225cfebfe6b421861c (patch) | |
tree | 0d7fd1488c82e9d8bc4089332d4f2305dfa00dbf /japanese/ebview-gtk2/Makefile | |
parent | 2f214c16c17dfea00742e42f452709d1969a7701 (diff) | |
download | ports-4252e1e417d1f19cd7498f225cfebfe6b421861c.tar.gz ports-4252e1e417d1f19cd7498f225cfebfe6b421861c.zip |
Notes
Diffstat (limited to 'japanese/ebview-gtk2/Makefile')
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index 0550bc682d7f..771fd5848d5f 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -7,10 +7,10 @@ PORTNAME= ebview PORTVERSION= 0.3.1 -PKGNAMESUFFIX= -gtk2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= -gtk2 MAINTAINER= ports@FreeBSD.org COMMENT= Electronic Book Viewer @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: +pre-build: .for file in src/grep.c @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} |