diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 19:20:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 19:20:46 +0000 |
commit | 52766d17c8094243ba5f199daf8cf5fc4fa2dbff (patch) | |
tree | 9534028e2a60ec514511aca4cdbe3e5c31884798 /textproc/stardict3/Makefile | |
parent | ae2f723d585a695428847d33a90e02b25b54efcb (diff) |
Notes
Diffstat (limited to 'textproc/stardict3/Makefile')
-rw-r--r-- | textproc/stardict3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index 389c80d7cd13..ac1953c39331 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= stardict -PORTVERSION= 2.4.3 -PORTREVISION= 3 +PORTVERSION= 2.4.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,6 +25,9 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_REINPLACE= yes +GCONF_SCHEMAS= stardict.schemas +INSTALLS_OMF= yes + MAN1= stardict.1 post-patch: |