diff options
author | obraun <obraun@FreeBSD.org> | 2002-08-26 21:26:06 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-08-26 21:26:06 +0800 |
commit | b19aa60cea02b4bab250a660b3a1c01124679a1f (patch) | |
tree | 8f95fd04b7b97f9d539cfaca0a2ec462052cbcb5 /games | |
parent | bf0a8377ae68f88b708d2cc76af4dbbfe111b1d4 (diff) | |
download | freebsd-ports-gnome-b19aa60cea02b4bab250a660b3a1c01124679a1f.tar.gz freebsd-ports-gnome-b19aa60cea02b4bab250a660b3a1c01124679a1f.tar.zst freebsd-ports-gnome-b19aa60cea02b4bab250a660b3a1c01124679a1f.zip |
Upgrade to 1.0.7.
Pass maintainership to submitter.
PR: ports/42017
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: dwcjr (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/sol/Makefile | 7 | ||||
-rw-r--r-- | games/sol/distinfo | 2 | ||||
-rw-r--r-- | games/sol/files/patch-aa | 14 |
3 files changed, 13 insertions, 10 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 diff --git a/games/sol/distinfo b/games/sol/distinfo index 472b26ff0dfa..1ea0ce83e888 100644 --- a/games/sol/distinfo +++ b/games/sol/distinfo @@ -1 +1 @@ -MD5 (sol-1.0.6.tar.gz) = cbc5c9091506646b9ce2c34674df0ce5 +MD5 (sol-1.0.7.tar.gz) = 6c9e1162c9546392a02711443179aa43 diff --git a/games/sol/files/patch-aa b/games/sol/files/patch-aa index 9af1c970551b..4d8940ad7c3d 100644 --- a/games/sol/files/patch-aa +++ b/games/sol/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Jul 5 17:30:26 1998 -+++ Makefile Tue Jul 4 21:59:11 2000 +--- Makefile.old Mon Aug 26 10:37:17 2002 ++++ Makefile Mon Aug 26 10:39:35 2002 @@ -13,9 +13,8 @@ # Where are shhmsg, shhopt, xalloc, shhcards, Xpm and X11? @@ -9,10 +9,10 @@ -LIBDIR = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11 +INCDIR = -I${LOCALBASE}/include -I${X11BASE}/include +LIBDIR = -L${LOCALBASE}/lib -L${X11BASE}/lib + EXTRA_LIBS = -lSM -lICE # Irix at Ifi - ifeq ($(HOSTTYPE),sgi) -@@ -53,18 +52,18 @@ +@@ -54,18 +53,18 @@ endif # DEC Alpha at USIT @@ -33,13 +33,13 @@ -INSTLIBDIR = /var/local/lib/games -INSTBINDIR = /usr/local/games -INSTMANDIR = /usr/local/man/man6 -+INSTLIBDIR = ${PREFIX}/share/sol -+INSTBINDIR = ${PREFIX}/bin ++INSTLIBDIR = ${PREFIX}/lib/games ++INSTBINDIR = ${PREFIX}/games +INSTMANDIR = ${PREFIX}/man/man6 #INSTLIBDIR = /hom/sverrehu/lib #INSTBINDIR = /hom/sverrehu/bin/$$HOSTTYPE #INSTMANDIR = /hom/sverrehu/man/man6 -@@ -84,11 +83,11 @@ +@@ -85,11 +84,11 @@ ########################################################################### |