diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-12 07:23:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-12 07:23:45 +0800 |
commit | 837f81574834c2456e7481be54ce33fd4cf30e62 (patch) | |
tree | ac88ed055542edf5f67908fc92542e163b4ff6e9 | |
parent | 7d657df7a4e76a662705dc297cb5dc314e043689 (diff) | |
download | freebsd-ports-graphics-837f81574834c2456e7481be54ce33fd4cf30e62.tar.gz freebsd-ports-graphics-837f81574834c2456e7481be54ce33fd4cf30e62.tar.zst freebsd-ports-graphics-837f81574834c2456e7481be54ce33fd4cf30e62.zip |
fix pkg-plist
-rw-r--r-- | games/grhino/Makefile | 2 | ||||
-rw-r--r-- | games/grhino/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 825d4cf8293..e82a58f03d5 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -7,7 +7,7 @@ PORTNAME= grhino PORTVERSION= 0.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rhino diff --git a/games/grhino/pkg-plist b/games/grhino/pkg-plist index 1b5e14f9a8b..36b8a3f9101 100644 --- a/games/grhino/pkg-plist +++ b/games/grhino/pkg-plist @@ -27,7 +27,7 @@ share/gnome/help/grhino/C/figures/pattern.png share/gnome/help/grhino/C/figures/prefs-ai.png share/gnome/help/grhino/C/figures/prefs-board.png share/gnome/help/grhino/C/figures/prefs-theme.png -share/locale/en_GB/LC_MESSAGES/grhino.mo +@comment share/locale/en_GB/LC_MESSAGES/grhino.mo @exec scrollkeeper-install -q %D/share/gnome/help/grhino/C/grhino-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/help/grhino/C/grhino-C.omf 2>/dev/null || /usr/bin/true share/gnome/help/grhino/C/grhino.xml |