From bc1832860c1df2d120f025a1c3dae825fe2d245e Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 21 May 2002 08:13:17 +0000 Subject: upgrade to 1.1.2 take maintainership PR: 37868 Submitted by: Martin Perry (new maintainer) --- games/biorythm/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/biorythm/Makefile') diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile index 7012e111e147..5811b4e7fc45 100644 --- a/games/biorythm/Makefile +++ b/games/biorythm/Makefile @@ -6,11 +6,11 @@ # PORTNAME= biorythm -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= martin@raq.cx LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \ shhopt.1:${PORTSDIR}/devel/libshhopt @@ -21,9 +21,9 @@ MAN6= biorythm.6 post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/biorythm + @${MKDIR} ${DOCSDIR} .for file in CREDITS ChangeLog README - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/biorythm + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif -- cgit v1.2.3