Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 20:18:22 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333727 - in head/games/xminehunter: . files
Message-ID:  <201311132018.rADKIM88079200@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Nov 13 20:18:22 2013
New Revision: 333727
URL: http://svnweb.freebsd.org/changeset/ports/333727

Log:
  - Add stage support

Modified:
  head/games/xminehunter/Makefile
  head/games/xminehunter/files/patch-aa

Modified: head/games/xminehunter/Makefile
==============================================================================
--- head/games/xminehunter/Makefile	Wed Nov 13 20:12:36 2013	(r333726)
+++ head/games/xminehunter/Makefile	Wed Nov 13 20:18:22 2013	(r333727)
@@ -16,5 +16,4 @@ USE_XORG=	xpm
 WRKSRC=		${WRKDIR}/xminehunter
 ALL_TARGET=	xminehunter
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/xminehunter/files/patch-aa
==============================================================================
--- head/games/xminehunter/files/patch-aa	Wed Nov 13 20:12:36 2013	(r333726)
+++ head/games/xminehunter/files/patch-aa	Wed Nov 13 20:18:22 2013	(r333727)
@@ -1,13 +1,13 @@
---- Makefile.orig	Mon Jul 22 02:11:34 1996
-+++ Makefile	Thu Jan 25 22:22:22 2007
+--- ./Makefile.orig	1996-07-22 03:11:34.000000000 -0300
++++ ./Makefile	2013-11-13 18:22:58.000000000 -0200
 @@ -1,9 +1,9 @@
 -INSTALL_BIN_PATH = /usr/local/bin
 -INSTALL_SCORE_PATH = /usr/local/lib/xminehunter
 -
 -INCLUDES = -I/usr/local/X11R5/include
 -LIBS = -L/usr/local/X11R5/lib -lXm -lXt -lXpm -lXext -lX11
-+INSTALL_BIN_PATH = ${LOCALBASE}/bin
-+INSTALL_SCORE_PATH = ${LOCALBASE}/lib/X11/xminehunter
++INSTALL_BIN_PATH = ${DESTDIR}${PREFIX}/bin
++INSTALL_SCORE_PATH = ${DESTDIR}${PREFIX}/lib/X11/xminehunter
  
 +INCLUDES = -I${LOCALBASE}/include
 +LIBS = -L${LOCALBASE}/lib ${MOTIFLIB} -lXt -lXpm -lXext -lX11
@@ -15,3 +15,12 @@
  
  CC = g++
  
+@@ -50,7 +50,7 @@
+ 
+ install:
+ 	mkdir -p ${INSTALL_SCORE_PATH}
+-	chmod 333 ${INSTALL_SCORE_PATH}
++	chmod 633 ${INSTALL_SCORE_PATH}
+ 	cp xminehunter ${INSTALL_BIN_PATH}
+ 
+ clean:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311132018.rADKIM88079200>