aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-02 20:01:04 +0800
committersobomax <sobomax@FreeBSD.org>2002-01-02 20:01:04 +0800
commit64bf750d6aff7fff1924fb99b78faec85e3d33a1 (patch)
tree8d4be4cc7e53de31a1ce7fec2ce72287d6e1ff53 /math/gnumeric/Makefile
parent3b8a519c82ddf0a5e1ef9dca0441d9d2dd78e923 (diff)
downloadfreebsd-ports-gnome-64bf750d6aff7fff1924fb99b78faec85e3d33a1.tar.gz
freebsd-ports-gnome-64bf750d6aff7fff1924fb99b78faec85e3d33a1.tar.zst
freebsd-ports-gnome-64bf750d6aff7fff1924fb99b78faec85e3d33a1.zip
Update to 1.0.0. Just In Time [tm] for the 4.5-RELEASE. :)
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 56473b48f7d4..7009f45e6623 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/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>