diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-01-18 20:05:20 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-01-18 20:05:20 +0000 |
commit | a74f3b706f429af216ee34853d76da330d524e26 (patch) | |
tree | 78511144d6996da6026c144abd376205550a545e /finance | |
parent | 34b52ba1895f2f8be038a0c463ab5952269f25ad (diff) | |
download | ports-a74f3b706f429af216ee34853d76da330d524e26.tar.gz ports-a74f3b706f429af216ee34853d76da330d524e26.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/grisbi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 5a09498db9bb..3abd17de82e6 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -7,7 +7,7 @@ PORTNAME= grisbi PORTVERSION= 0.5.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,8 +27,8 @@ USE_GCC= 3.4 GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 libxml2 -TEXMF?= share/texmf-local -UCS_CLASSDIR= ${LOCALBASE}/${TEXMF}/tex/latex/ucs +TEXMFDIR?= share/texmf +UCS_CLASSDIR= ${LOCALBASE}/${TEXMFDIR}/tex/latex/ucs MAN1= grisbi.1 |