Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 2014 13:36:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374197 - head/games/grhino
Message-ID:  <201412071336.sB7DaxkJ002624@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Dec  7 13:36:58 2014
New Revision: 374197
URL: https://svnweb.freebsd.org/changeset/ports/374197
QAT: https://qat.redports.org/buildarchive/r374197/

Log:
  - Add LICENSE
  - Don't use PTHREAD_LIBS
  - Drop @dirrm* from plist

Modified:
  head/games/grhino/Makefile
  head/games/grhino/pkg-plist

Modified: head/games/grhino/Makefile
==============================================================================
--- head/games/grhino/Makefile	Sun Dec  7 13:36:53 2014	(r374196)
+++ head/games/grhino/Makefile	Sun Dec  7 13:36:58 2014	(r374197)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/rhino/GRhino/${PORTVERS
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GRhino Othello/Reversi Program
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		gettext pkgconfig perl5
 USE_GNOME=	gnomeprefix libgnomeui
 USE_PERL5=	build
@@ -20,7 +23,7 @@ INSTALLS_OMF=	yes
 PLIST_SUB+=	VERSION=${PORTVERSION}
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g ; \
 		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
 
 .include <bsd.port.mk>

Modified: head/games/grhino/pkg-plist
==============================================================================
--- head/games/grhino/pkg-plist	Sun Dec  7 13:36:53 2014	(r374196)
+++ head/games/grhino/pkg-plist	Sun Dec  7 13:36:58 2014	(r374197)
@@ -38,12 +38,3 @@ share/gnome/help/grhino/C/figures/toolba
 share/omf/grhino/grhino-C.omf
 share/pixmaps/grhino.png
 share/locale/en_GB/LC_MESSAGES/grhino.mo
-@dirrm share/omf/grhino
-@dirrm share/gnome/help/grhino/C/figures
-@dirrm share/gnome/help/grhino/C
-@dirrm share/gnome/help/grhino
-@dirrm share/grhino-%%VERSION%%/theme/small
-@dirrm share/grhino-%%VERSION%%/theme
-@dirrm share/grhino-%%VERSION%%/book
-@dirrm share/grhino-%%VERSION%%/pattern
-@dirrm share/grhino-%%VERSION%%



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