summaryrefslogtreecommitdiff
path: root/databases/gnome-db
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-06-04 21:17:26 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-06-04 21:17:26 +0000
commit631d51a28ed3a6d983633324aa0fc0d7689b8156 (patch)
tree316bd890bb2a81e6527e19b014f2375e5ec1ee73 /databases/gnome-db
parent- Fix a typo in Makefile (diff)
Fix the plist, bump the PORTREVISION.
Reported by: krismail
Notes
Notes: svn path=/head/; revision=164362
Diffstat (limited to 'databases/gnome-db')
-rw-r--r--databases/gnome-db/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile
index 11094c771458..bfb14502b981 100644
--- a/databases/gnome-db/Makefile
+++ b/databases/gnome-db/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnome-db
PORTVERSION= 0.2.96
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-db/0.2
@@ -29,4 +29,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
PLIST_SUB= VERSION=${PORTVERSION}
+DOCSDIR= ${PREFIX}/share/doc/gnomedb
+
.include <bsd.port.mk>