Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2013 02:59:21 +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: r332441 - head/games/gno3dtet
Message-ID:  <201311020259.rA22xLWK074360@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Nov  2 02:59:21 2013
New Revision: 332441
URL: http://svnweb.freebsd.org/changeset/ports/332441

Log:
  - Add stage support

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

Modified: head/games/gno3dtet/Makefile
==============================================================================
--- head/games/gno3dtet/Makefile	Sat Nov  2 02:33:16 2013	(r332440)
+++ head/games/gno3dtet/Makefile	Sat Nov  2 02:59:21 2013	(r332441)
@@ -11,7 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNOME version of the classic 3D-ified T*tris
 
-EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool
+EXTRACT_DEPENDS=	intltoolize:${PORTSDIR}/textproc/intltool
 
 USES=        pathfix gmake pkgconfig
 USE_GNOME=	gnomeprefix intlhack libgnomeui librsvg2
@@ -25,7 +25,6 @@ INSTALLS_OMF=	yes
 run-autotools:: run-autotools-aclocal run-autotools-autoheader \
 		run-autotools-automake run-autotools-autoconf
 
-NO_STAGE=	yes
 post-extract:
 	@cd ${WRKSRC} && ${LOCALBASE}/bin/intltoolize -c -f
 
@@ -36,10 +35,4 @@ post-patch:
 pre-configure:
 	@${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/mkinstalldirs ${WRKSRC}
 
-post-install:
-	${CHOWN} root:games ${PREFIX}/bin/gno3dtet
-	${CHMOD} 2555 ${PREFIX}/bin/gno3dtet
-	${CHOWN} root:games ${PREFIX}/share/games/gno3dtet.hof
-	${CHMOD} 664 ${PREFIX}/share/games/gno3dtet.hof
-
 .include <bsd.port.mk>

Modified: head/games/gno3dtet/pkg-plist
==============================================================================
--- head/games/gno3dtet/pkg-plist	Sat Nov  2 02:33:16 2013	(r332440)
+++ head/games/gno3dtet/pkg-plist	Sat Nov  2 02:59:21 2013	(r332441)
@@ -1,6 +1,14 @@
+@group games
+@mode 2555
 bin/gno3dtet
+@mode
+@group
 share/applications/gno3dtet.desktop
+@group games
+@mode 664
 share/games/gno3dtet.hof
+@mode
+@group
 share/gnome/help/gno3dtet/C/gno3dtet.xml
 share/gnome/help/gno3dtet/C/legal.xml
 share/omf/gno3dtet/gno3dtet-C.omf



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