diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-08-26 13:26:06 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-08-26 13:26:06 +0000 |
commit | 0b176a9d376099b6f601200fd8b658b219b057c9 (patch) | |
tree | 68603e883400e75720101f344ed43204fc5ea259 /games/sol/Makefile | |
parent | ca764113b63e94db8fe3de075a6c1f075eb89db9 (diff) | |
download | ports-0b176a9d376099b6f601200fd8b658b219b057c9.tar.gz ports-0b176a9d376099b6f601200fd8b658b219b057c9.zip |
Notes
Diffstat (limited to 'games/sol/Makefile')
-rw-r--r-- | games/sol/Makefile | 7 |
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 |