diff options
author | beech <beech@FreeBSD.org> | 2007-06-19 18:30:09 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-06-19 18:30:09 +0800 |
commit | f28caccec7739348ebfeba3df17cf67fbdf49bfc (patch) | |
tree | f74745e223b2522005c1fcf71bf7b4890c256023 | |
parent | e24b1cd0611727404cba31807664eab837d4a33a (diff) | |
download | freebsd-ports-gnome-f28caccec7739348ebfeba3df17cf67fbdf49bfc.tar.gz freebsd-ports-gnome-f28caccec7739348ebfeba3df17cf67fbdf49bfc.tar.zst freebsd-ports-gnome-f28caccec7739348ebfeba3df17cf67fbdf49bfc.zip |
- Fix pkg-plist
- Makefile tweaks
Reported by: pointyhat via kris
Approved by: Anders Troback <freebsd@troback.com> (maintainer),
sat (mentor)
-rw-r--r-- | science/gramps/Makefile | 6 | ||||
-rw-r--r-- | science/gramps/pkg-plist | 7 |
2 files changed, 3 insertions, 10 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 49e502c6f7fd..5f5b6a808648 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -6,6 +6,7 @@ PORTNAME= gramps PORTVERSION= 2.2.8 +PORTREVISION= 1 CATEGORIES= science gnome python MASTER_SITES= SF @@ -15,6 +16,7 @@ COMMENT= A GTK/GNOME-based genealogy program RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml +USE_BDB= 42+ USE_XLIB= yes USE_PYTHON= yes USE_GETTEXT= yes @@ -23,12 +25,10 @@ USE_GNOME= gnomehack pygnome2 pygnomeextras desktopfileutils gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man MAN1= gramps.1 MANLANG= "" fr GCONF_SCHEMAS= gramps.schemas -USE_BDB= 42+ - .include <bsd.port.mk> diff --git a/science/gramps/pkg-plist b/science/gramps/pkg-plist index 2eef70e7f8cf..f844f2ac5013 100644 --- a/science/gramps/pkg-plist +++ b/science/gramps/pkg-plist @@ -1,10 +1,4 @@ bin/gramps -share/mime/subclasses -share/mime/globs -share/mime/magic -share/mime/XMLnamespaces -share/mime/aliases -share/mime/mime.cache share/application-registry/gramps.applications share/applications/gramps.desktop share/gnome/help/gramps/C/figures/bookreport.png @@ -2012,7 +2006,6 @@ share/locale/tr/LC_MESSAGES/gramps.mo share/locale/zh_CN/LC_MESSAGES/gramps.mo share/mime-info/gramps.keys share/mime-info/gramps.mime -share/mime/application/x-gedcom.xml share/mime/application/x-geneweb.xml share/mime/application/x-gramps-package.xml share/mime/application/x-gramps-xml.xml |