summaryrefslogtreecommitdiff
path: root/games/sol/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-08-26 13:26:06 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-08-26 13:26:06 +0000
commit0b176a9d376099b6f601200fd8b658b219b057c9 (patch)
tree68603e883400e75720101f344ed43204fc5ea259 /games/sol/Makefile
parent* Update to 0.8 (diff)
Upgrade to 1.0.7.
Pass maintainership to submitter. PR: ports/42017 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: dwcjr (mentor)
Notes
Notes: svn path=/head/; revision=65042
Diffstat (limited to '')
-rw-r--r--games/sol/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile
index ef5dadc52be4..cfbd07266674 100644
--- a/games/sol/Makefile
+++ b/games/sol/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= sol
-PORTVERSION= 1.0.6
+PORTVERSION= 1.0.7
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= edwin@mavetju.org
LIB_DEPENDS= shhopt.1:${PORTSDIR}/devel/libshhopt \
shhmsg.1:${PORTSDIR}/devel/libshhmsg \
@@ -23,6 +23,9 @@ USE_XPM= yes
MAN6= sol.6
+pre-build:
+ cd ${WRKSRC} && ${GMAKE} depend
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sol.6 ${PREFIX}/man/man6