From 0dd4fa12c213c657936c62438a680c21b5ba14d9 Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 25 Jan 2002 21:31:52 +0000 Subject: Update to 2.34. Build info by makeinfo --no-split. --- databases/bbdb/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'databases/bbdb/Makefile') 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 -- cgit