summaryrefslogtreecommitdiff
path: root/games/biorythm/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 08:13:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-21 08:13:17 +0000
commitbc1832860c1df2d120f025a1c3dae825fe2d245e (patch)
treedd1b006abab100c06876b36620f6fbbc31b5b415 /games/biorythm/Makefile
parentadd tr-ircd 5.0.p6 (diff)
upgrade to 1.1.2
take maintainership PR: 37868 Submitted by: Martin Perry <Martin@raq.cx> (new maintainer)
Notes
Notes: svn path=/head/; revision=59610
Diffstat (limited to 'games/biorythm/Makefile')
-rw-r--r--games/biorythm/Makefile8
1 files changed, 4 insertions, 4 deletions
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