diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-02 10:59:21 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-02 10:59:21 +0800 |
commit | 185c30d8abd0d9c74f4688446bea1aca4d9a990d (patch) | |
tree | fb94456b2afdc45b4e8cbe4eb2ff92f3e706e469 /games | |
parent | da37d0525c4b1610281095793f5a41ecaf6f3288 (diff) | |
download | freebsd-ports-gnome-185c30d8abd0d9c74f4688446bea1aca4d9a990d.tar.gz freebsd-ports-gnome-185c30d8abd0d9c74f4688446bea1aca4d9a990d.tar.zst freebsd-ports-gnome-185c30d8abd0d9c74f4688446bea1aca4d9a990d.zip |
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/gno3dtet/Makefile | 9 | ||||
-rw-r--r-- | games/gno3dtet/pkg-plist | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index dba609cfffb5..dc9f2a2f87b8 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -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> diff --git a/games/gno3dtet/pkg-plist b/games/gno3dtet/pkg-plist index 2c28151baf3b..561f3dc0b23d 100644 --- a/games/gno3dtet/pkg-plist +++ b/games/gno3dtet/pkg-plist @@ -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 |