aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric2/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-02 12:01:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-02 12:01:04 +0000
commit878acbb345c7bc32a0837c494b521fef851d7ccd (patch)
tree1e5f886f699cfdefcd3f91e8d9bf2392368affe1 /math/gnumeric2/Makefile
parent778c300fc7a128182eded69032f3843fbacf8475 (diff)
downloadports-878acbb345c7bc32a0837c494b521fef851d7ccd.tar.gz
ports-878acbb345c7bc32a0837c494b521fef851d7ccd.zip
Notes
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r--math/gnumeric2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index 56473b48f7d4..7009f45e6623 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 0.99.1
+PORTVERSION= 1.0.0
CATEGORIES?= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@@ -41,4 +41,9 @@ pre-patch:
@find ${WRKSRC}/plugins/excel -name "*.[ch]" | xargs ${PERL} -pi -e \
's|iconv\.h|giconv.h|g'
+post-install:
+.for dir in share/gnome lib
+ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric
+.endfor
+
.include <bsd.port.mk>