diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-12 21:06:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-12 21:06:24 +0000 |
commit | ba33a21459add1da7b2ccc256ef40b34a0194f9b (patch) | |
tree | 77ce1c83999c409bbc9b634d8198a312b376db1f /misc/bibletime/Makefile | |
parent | 4857d46c9c17c3e2962904f01faa3b79854f1a7c (diff) |
Notes
Diffstat (limited to 'misc/bibletime/Makefile')
-rw-r--r-- | misc/bibletime/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index c38425b27752..e913caa18ae7 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibletime -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,6 +27,8 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --enable-static-clucene INSTALLS_ICONS= yes +DOCSDIR= share/doc/HTML/en/bibletime + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |