diff options
author | pav <pav@FreeBSD.org> | 2007-12-15 08:04:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-15 08:04:47 +0800 |
commit | dd443774aa24d3f3a88b809485b52da9d13d1cad (patch) | |
tree | 28b7bbf7d953348445e9fc1bdcc9f0847d7155d7 /textproc | |
parent | 43904408ec6979d032185d474e3876d9d244f423 (diff) | |
download | freebsd-ports-gnome-dd443774aa24d3f3a88b809485b52da9d13d1cad.tar.gz freebsd-ports-gnome-dd443774aa24d3f3a88b809485b52da9d13d1cad.tar.zst freebsd-ports-gnome-dd443774aa24d3f3a88b809485b52da9d13d1cad.zip |
- Chase the location of the dictionaries
PR: ports/117809
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Approved by: maintainer timeout (1 month)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/qstardict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/qstardict/Makefile b/textproc/qstardict/Makefile index 2af8d7b65166..6b1712e92ad0 100644 --- a/textproc/qstardict/Makefile +++ b/textproc/qstardict/Makefile @@ -7,6 +7,7 @@ PORTNAME= qstardict PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://qstardict.ylsoftware.com/files/ \ ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ @@ -18,7 +19,7 @@ USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= gui corelib qmake_build uic_build moc_build rcc_build -DICPATH= ${PREFIX}/share/gnome/stardict/dic +DICPATH= ${PREFIX}/share/stardict/dic PORTDOCS= AUTHORS COPYNG ChangeLog INSTALL README THANKS |