svn commit: r374197 - head/games/grhino

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 7 13:36:59 UTC 2014


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 at 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
- at dirrm share/omf/grhino
- at dirrm share/gnome/help/grhino/C/figures
- at dirrm share/gnome/help/grhino/C
- at dirrm share/gnome/help/grhino
- at dirrm share/grhino-%%VERSION%%/theme/small
- at dirrm share/grhino-%%VERSION%%/theme
- at dirrm share/grhino-%%VERSION%%/book
- at dirrm share/grhino-%%VERSION%%/pattern
- at dirrm share/grhino-%%VERSION%%


More information about the svn-ports-head mailing list