aboutsummaryrefslogtreecommitdiff
path: root/databases/bbdb/Makefile
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-01-25 21:31:52 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-01-25 21:31:52 +0000
commit8e371f7635c63e2b1ef855ab18eed4af4d2ace97 (patch)
tree4ac35a4090b08dc37badb2cc785baa7200dbd232 /databases/bbdb/Makefile
parent3736f8c32ef671f86f3b5034a6622bcc8d537a6a (diff)
downloadports-8e371f7635c63e2b1ef855ab18eed4af4d2ace97.tar.gz
ports-8e371f7635c63e2b1ef855ab18eed4af4d2ace97.zip
Notes
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 593c0c96c832..daaf79eca019 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