aboutsummaryrefslogtreecommitdiff
path: root/biology/gperiodic/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 06:09:31 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 06:09:31 +0000
commitbdb4445a67afb31613739a47a47736dfdfd68fd9 (patch)
treef552d365869f0bf1d220638d3f16c31feecd1b99 /biology/gperiodic/Makefile
parent29f6f4e249df2cb6fbd678f160a9c44dd94a5557 (diff)
Update port: biology/gperiodic to 2.0.6
- Update to version 2.0.6 PR: ports/56522 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=88740
Diffstat (limited to 'biology/gperiodic/Makefile')
-rw-r--r--biology/gperiodic/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile
index 9d47c19140a0..0bb175dca9fe 100644
--- a/biology/gperiodic/Makefile
+++ b/biology/gperiodic/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gperiodic
-PORTVERSION= 2.0.5
+PORTVERSION= 2.0.6
CATEGORIES= biology
MASTER_SITES= http://www.acclab.helsinki.fi/~frantz/software/
@@ -19,13 +19,13 @@ MAKE_ARGS= CC="${CC} ${CFLAGS}"
ALL_TARGET= ${PORTNAME}
post-build:
-.for lang in da pl sv
+.for lang in da fr pl sv
cd ${WRKSRC}/po && msgfmt -f -v -o ${lang}.mo ${lang}.po
.endfor
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${PREFIX}/bin
-.for lang in da pl sv
+.for lang in da fr pl sv
@${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo