Update to 2.34.

Build info by makeinfo --no-split.
This commit is contained in:
Yoichi NAKAYAMA 2002-01-25 21:31:52 +00:00
parent 3736f8c32e
commit 8e371f7635
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53736
3 changed files with 4 additions and 9 deletions

View File

@ -6,7 +6,7 @@
# #
PORTNAME= bbdb PORTNAME= bbdb
PORTVERSION= 2.32 PORTVERSION= 2.34
CATEGORIES= databases elisp CATEGORIES= databases elisp
MASTER_SITES= http://bbdb.sourceforge.net/ MASTER_SITES= http://bbdb.sourceforge.net/
PKGNAMESUFFIX= -${EMACS_PORT_NAME} PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@ -15,8 +15,8 @@ MAINTAINER= yoichi@FreeBSD.org
EMACS_PORT_NAME?= emacs21 EMACS_PORT_NAME?= emacs21
BUILD_WRKSRC= ${WRKSRC}/lisp ALL_TARGET= bbdb info
ALL_TARGET= bbdb MAKE_ARGS= MAKE="${MAKE} MAKEINFO=\"makeinfo --no-split\""
BBDB_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} BBDB_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
DIRSECTION= "The Emacs editor and associated tools" DIRSECTION= "The Emacs editor and associated tools"
INFOENTRY= "* BBDB: (bbdb). The Insidious Big Brother Database." 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} ${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${WRKSRC}/lisp/*.elc ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/texinfo/bbdb.info ${PREFIX}/info ${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 install-info --section=${DIRSECTION} --entry=${INFOENTRY} ${PREFIX}/info/bbdb.info ${PREFIX}/info/dir
.endif .endif

View File

@ -1 +1 @@
MD5 (bbdb-2.32.tar.gz) = 34eded55b8c86148afe2badcc8985bde MD5 (bbdb-2.34.tar.gz) = 552c6056a5db5ec0935473a9a2760068

View File

@ -34,8 +34,4 @@
@dirrm %%BBDB_LISPDIR%% @dirrm %%BBDB_LISPDIR%%
%%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/bbdb.info %D/info/dir %%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/bbdb.info %D/info/dir
%%PORTDOCS%%info/bbdb.info %%PORTDOCS%%info/bbdb.info
%%PORTDOCS%%info/bbdb.info-1
%%PORTDOCS%%info/bbdb.info-2
%%PORTDOCS%%info/bbdb.info-3
%%PORTDOCS%%info/bbdb.info-4
%%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/bbdb.info %D/info/dir %%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/bbdb.info %D/info/dir