diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1995-01-02 19:13:05 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1995-01-02 19:13:05 +0000 |
commit | 563b262b3e2f70ecd0271c72b0177f7c42725082 (patch) | |
tree | e8f7e3d24dd43b9ac3b7cf103fe04762b1c3a7ca | |
parent | Add INSTALL_MANPAGES= yes. (diff) |
Change working directory to /usr/X11R6.
Add .gz suffix to manpages.
Notes
Notes:
svn path=/head/; revision=661
-rw-r--r-- | games/xmris/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/xmris/pkg-plist b/games/xmris/pkg-plist index ae604bcaca73..dd707d297f0f 100644 --- a/games/xmris/pkg-plist +++ b/games/xmris/pkg-plist @@ -1,9 +1,9 @@ -@cd /usr/local +@cd /usr/X11R6 @group bin @mode 444 -man/man6/xmris.6 -man/man6/xmsit.6 -man/man6/xmred.6 +man/man6/xmris.6.gz +man/man6/xmsit.6.gz +man/man6/xmred.6.gz @owner games @mode 4755 bin/xmris @@ -13,7 +13,7 @@ bin/xmred @exec mkdir -p %D/lib/xmris @exec chmod 775 %D/lib/xmris @unexec rm -rf %D/lib/xmris -@cd /usr/X386 +@cd /usr/X11R6 @mode 444 lib/X11/app-defaults/Xmris lib/X11/app-defaults/xmris/alphabet.gdn |