diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-05 21:32:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-05 21:32:18 +0000 |
commit | b6056f05d141739a6fd992fd692244845cb681fa (patch) | |
tree | 478ef9c3d5b59c8e12b3dc86180d521c9787d757 /textproc/dikt/Makefile | |
parent | 874374428f355a89bd5b4f90319daef0ee187cd1 (diff) |
Notes
Diffstat (limited to 'textproc/dikt/Makefile')
-rw-r--r-- | textproc/dikt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile index a9da50136347..59ff28826262 100644 --- a/textproc/dikt/Makefile +++ b/textproc/dikt/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= dikt -PORTVERSION= 1d +PORTVERSION= 1g CATEGORIES= textproc net kde MASTER_SITES= http://diktv1.googlepages.com/ \ LOCAL/beech @@ -22,7 +22,8 @@ USE_CMAKE= yes PLIST_FILES= bin/dikt \ share/applications/kde4/dikt.desktop \ - share/apps/dikt/diktui.rc + share/apps/dikt/diktui.rc \ + share/kde4/services/dict.protocol PLIST_DIRS= share/apps/dikt .include <bsd.port.mk> |