diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /games/gno3dtet | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'games/gno3dtet')
-rw-r--r-- | games/gno3dtet/Makefile | 10 | ||||
-rw-r--r-- | games/gno3dtet/pkg-plist | 33 |
2 files changed, 20 insertions, 23 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index 42255b33c9d4..6160023f4c66 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -7,7 +7,7 @@ PORTNAME= gno3dtet PORTVERSION= 1.96.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= http://eseb.net/ftp/gno3dtet/ EXTRACT_SUFX= .tgz @@ -36,10 +36,6 @@ post-extract: post-patch: @${REINPLACE_CMD} -e '/LIBTOOL/d ; \ s|gnome-games|gno3dtet|g' ${WRKSRC}/configure.in - @${REINPLACE_CMD} -e 's|/gnome/help/|/help/|g' \ - ${WRKSRC}/xmldocs.make - @${REINPLACE_CMD} -e 's|/gnome/help/|/help/|g ; \ - s|datadir)/locale|prefix)/share/locale|g' ${WRKSRC}/src/Makefile.am pre-configure: @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/mkinstalldirs ${WRKSRC} @@ -47,7 +43,7 @@ pre-configure: post-install: ${CHOWN} root:games ${PREFIX}/bin/gno3dtet ${CHMOD} 2555 ${PREFIX}/bin/gno3dtet - ${CHOWN} root:games ${PREFIX}/share/gnome/games/gno3dtet.hof - ${CHMOD} 664 ${PREFIX}/share/gnome/games/gno3dtet.hof + ${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 f30fe4b054c7..28adeb419a82 100644 --- a/games/gno3dtet/pkg-plist +++ b/games/gno3dtet/pkg-plist @@ -1,22 +1,23 @@ bin/gno3dtet -share/gnome/applications/gno3dtet.desktop -share/gnome/games/gno3dtet.hof +share/applications/gno3dtet.desktop +share/games/gno3dtet.hof share/gnome/help/gno3dtet/C/gno3dtet.xml share/gnome/help/gno3dtet/C/legal.xml -share/gnome/omf/gno3dtet/gno3dtet-C.omf -share/gnome/pixmaps/gno3dtet.png -share/gnome/sounds/gno3dtet/danger.wav -share/gnome/sounds/gno3dtet/fall.wav -share/gnome/sounds/gno3dtet/hof.wav -share/gnome/sounds/gno3dtet/land.wav -share/gnome/sounds/gno3dtet/layer.wav -share/gnome/sounds/gno3dtet/level.wav -share/gnome/sounds/gno3dtet/new.wav -share/gnome/sounds/gno3dtet/pause.wav -share/gnome/sounds/gno3dtet/score.wav -share/gnome/sounds/gno3dtet/screwd.wav +share/omf/gno3dtet/gno3dtet-C.omf +share/pixmaps/gno3dtet.png +share/sounds/gno3dtet/danger.wav +share/sounds/gno3dtet/fall.wav +share/sounds/gno3dtet/hof.wav +share/sounds/gno3dtet/land.wav +share/sounds/gno3dtet/layer.wav +share/sounds/gno3dtet/level.wav +share/sounds/gno3dtet/new.wav +share/sounds/gno3dtet/pause.wav +share/sounds/gno3dtet/score.wav +share/sounds/gno3dtet/screwd.wav share/locale/fr/LC_MESSAGES/gno3dtet.mo -@dirrm share/gnome/sounds/gno3dtet -@dirrm share/gnome/omf/gno3dtet +@dirrm share/sounds/gno3dtet +@dirrm share/omf/gno3dtet @dirrm share/gnome/help/gno3dtet/C @dirrm share/gnome/help/gno3dtet +@dirrmtry share/applications |