diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 02:23:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 02:23:08 +0000 |
commit | d7fcc8234e06a8c12e6487dd28666de98389bff5 (patch) | |
tree | c3561c94edaa03faaf0f9e928fbba2a1a28a3669 /games/gnomechess | |
parent | 1f75a4186cb92bb536e71bc6db99ec018780001d (diff) |
Notes
Diffstat (limited to 'games/gnomechess')
-rw-r--r-- | games/gnomechess/Makefile | 1 | ||||
-rw-r--r-- | games/gnomechess/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/games/gnomechess/Makefile b/games/gnomechess/Makefile index 566ab6f16832..6f7c6d5d3711 100644 --- a/games/gnomechess/Makefile +++ b/games/gnomechess/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty USE_X_PREFIX= yes USE_GNOME= gnomecanvas gnomehack gnomeprefix libglade USE_GMAKE= yes +INSTALLS_OMF= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/gnomechess/pkg-plist b/games/gnomechess/pkg-plist index f824301f1be4..a2b6620b3a3f 100644 --- a/games/gnomechess/pkg-plist +++ b/games/gnomechess/pkg-plist @@ -28,7 +28,6 @@ share/gnome/help/gnome-chess-manual/C/usage.html share/gnome/mime-info/gnome-chess.keys share/gnome/mime-info/gnome-chess.mime share/gnome/omf/gnome-chess/gnome-chess-manual-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-chess/gnome-chess-manual-C.omf 2>/dev/null || true share/gnome/pixmaps/gnome-chess.png share/gnome/pixmaps/gnome-chess/B.png share/gnome/pixmaps/gnome-chess/K.png @@ -77,4 +76,3 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-chess.mo @dirrm share/gnome/help/gnome-chess-manual @dirrm share/gnome/gnome-chess/glade @dirrm share/gnome/gnome-chess -@exec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-chess/gnome-chess-manual-C.omf 2>/dev/null || true |