aboutsummaryrefslogtreecommitdiffstats
path: root/databases/bbdb/Makefile
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2002-01-26 05:31:52 +0800
committeryoichi <yoichi@FreeBSD.org>2002-01-26 05:31:52 +0800
commit0dd4fa12c213c657936c62438a680c21b5ba14d9 (patch)
tree2bcabd92da2b5c80ebbe91eac2819613d0758fe3 /databases/bbdb/Makefile
parent40b218444e261ff8bbc00bb3cd9219ac5196a742 (diff)
downloadfreebsd-ports-graphics-0dd4fa12c213c657936c62438a680c21b5ba14d9.tar.gz
freebsd-ports-graphics-0dd4fa12c213c657936c62438a680c21b5ba14d9.tar.zst
freebsd-ports-graphics-0dd4fa12c213c657936c62438a680c21b5ba14d9.zip
Update to 2.34.
Build info by makeinfo --no-split.
Diffstat (limited to 'databases/bbdb/Makefile')
-rw-r--r--databases/bbdb/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile
index 593c0c96c83..daaf79eca01 100644
--- a/databases/bbdb/Makefile
+++ b/databases/bbdb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bbdb
-PORTVERSION= 2.32
+PORTVERSION= 2.34
CATEGORIES= databases elisp
MASTER_SITES= http://bbdb.sourceforge.net/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@@ -15,8 +15,8 @@ MAINTAINER= yoichi@FreeBSD.org
EMACS_PORT_NAME?= emacs21
-BUILD_WRKSRC= ${WRKSRC}/lisp
-ALL_TARGET= bbdb
+ALL_TARGET= bbdb info
+MAKE_ARGS= MAKE="${MAKE} MAKEINFO=\"makeinfo --no-split\""
BBDB_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
DIRSECTION= "The Emacs editor and associated tools"
INFOENTRY= "* BBDB: (bbdb). The Insidious Big Brother Database."
@@ -28,7 +28,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${WRKSRC}/lisp/*.elc ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/texinfo/bbdb.info ${PREFIX}/info
- ${INSTALL_DATA} ${WRKSRC}/texinfo/bbdb.info-? ${PREFIX}/info
install-info --section=${DIRSECTION} --entry=${INFOENTRY} ${PREFIX}/info/bbdb.info ${PREFIX}/info/dir
.endif