Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 13:57:54 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342532 - head/games/gottet
Message-ID:  <201402041357.s14DvsSF084199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Tue Feb  4 13:57:54 2014
New Revision: 342532
URL: http://svnweb.freebsd.org/changeset/ports/342532
QAT: https://qat.redports.org/buildarchive/r342532/

Log:
  - Add NLS Option and REINPLACE
  - Add OPTIONS_SUB
  - Strip executable
  - Recreate pkg-plist with make makeplist

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

Modified: head/games/gottet/Makefile
==============================================================================
--- head/games/gottet/Makefile	Tue Feb  4 13:57:45 2014	(r342531)
+++ head/games/gottet/Makefile	Tue Feb  4 13:57:54 2014	(r342532)
@@ -20,9 +20,20 @@ INSTALLS_ICONS=	yes
 
 PORTDOCS=	CREDITS ChangeLog
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS NLS
+OPTIONS_SUB=	yes
+
+.include <bsd.port.options.mk>
+
+post-patch:
+.if ! ${PORT_OPTIONS:MNLS}
+	@${REINPLACE_CMD} -i '' '/qm.files/,/qm.path/s/^/#/' \
+		${WRKSRC}/${PORTNAME}.pro
+.endif
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
 	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
 		    ${STAGEDIR}${PREFIX}/share/pixmaps/
 

Modified: head/games/gottet/pkg-plist
==============================================================================
--- head/games/gottet/pkg-plist	Tue Feb  4 13:57:45 2014	(r342531)
+++ head/games/gottet/pkg-plist	Tue Feb  4 13:57:54 2014	(r342532)
@@ -1,9 +1,9 @@
 bin/gottet
 share/applications/gottet.desktop
-%%DATADIR%%/translations/gottet_en.qm
-%%DATADIR%%/translations/gottet_fr.qm
-%%DATADIR%%/translations/gottet_he.qm
-%%DATADIR%%/translations/gottet_ro.qm
+%%NLS%%%%DATADIR%%/translations/gottet_en.qm
+%%NLS%%%%DATADIR%%/translations/gottet_fr.qm
+%%NLS%%%%DATADIR%%/translations/gottet_he.qm
+%%NLS%%%%DATADIR%%/translations/gottet_ro.qm
 share/icons/hicolor/128x128/apps/gottet.png
 share/icons/hicolor/16x16/apps/gottet.png
 share/icons/hicolor/22x22/apps/gottet.png
@@ -15,5 +15,5 @@ share/icons/hicolor/64x64/apps/gottet.pn
 share/icons/hicolor/scalable/apps/gottet.svg
 share/pixmaps/gottet.png
 share/pixmaps/gottet.xpm
-@dirrm %%DATADIR%%/translations
-@dirrm %%DATADIR%%
+%%NLS%%@dirrmtry %%DATADIR%%/translations
+%%NLS%%@dirrmtry %%DATADIR%%



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