From 110ff723f31680ed5d11dd5dc9d5e51768ad1f32 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Sep 2002 15:04:14 +0000 Subject: Upgrade to 2.1.3. Submitted by: wjv --- news/aub/Makefile | 12 +++++++----- news/aub/distinfo | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'news/aub') diff --git a/news/aub/Makefile b/news/aub/Makefile index c3fe8c4..fbc1711 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -7,24 +7,26 @@ # PORTNAME= aub -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= news MASTER_SITES= http://yukidoke.org/~mako/projects/aub/download/ MAINTAINER= obrien@FreeBSD.org NO_BUILD= yes -MAN1= aub.1 +MAN1= aub.1 aubconf.1 DOC_FILES= COPYING README aubconf.example Introducing_AUB USAGE do-install: ${INSTALL_SCRIPT} ${WRKSRC}/aub ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/aub.1 ${PREFIX}/man/man1 +.for manpage in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/${manpage} ${MANPREFIX}/man/man1 +.endfor .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/aub + ${MKDIR} ${DOCSDIR} .for doc in ${DOC_FILES} - ${INSTALL_MAN} ${WRKSRC}/${doc} ${PREFIX}/share/doc/aub + ${INSTALL_MAN} ${WRKSRC}/${doc} ${DOCSDIR} .endfor .endif diff --git a/news/aub/distinfo b/news/aub/distinfo index 3857e58..3241901 100644 --- a/news/aub/distinfo +++ b/news/aub/distinfo @@ -1 +1 @@ -MD5 (aub-2.1.2.tar.gz) = 6fc8462809e1773636bfd41c7a3c1881 +MD5 (aub-2.1.3.tar.gz) = ddbf57eb340199bca978569017061fcb -- cgit v1.1