diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
commit | 98a694e9a860e5e1bcc992f1905dbdf81839a150 (patch) | |
tree | 7470fb3ef740bf72808bf15eb38bdbbe7d0716bc /games/xkobo | |
parent | 2bccdc057ce5093ddea66a15e173767ccd089b94 (diff) | |
download | ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.tar.gz ports-98a694e9a860e5e1bcc992f1905dbdf81839a150.zip |
Notes
Diffstat (limited to 'games/xkobo')
-rw-r--r-- | games/xkobo/Makefile | 3 | ||||
-rw-r--r-- | games/xkobo/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index a638fa553e9e..37fbd7892f80 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Jul 1995 # Whom: jkh # -# $Id: Makefile,v 1.10 1997/11/12 09:57:17 tg Exp $ +# $Id: Makefile,v 1.11 1998/03/26 12:13:35 tg Exp $ # DISTNAME= xkobo-1.11 @@ -16,5 +16,6 @@ MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes ALL_TARGET= xkobo +MAN1= xkobo.1 .include <bsd.port.mk> diff --git a/games/xkobo/pkg-plist b/games/xkobo/pkg-plist index 8ec3efc42d91..2077bfb83d3c 100644 --- a/games/xkobo/pkg-plist +++ b/games/xkobo/pkg-plist @@ -1,4 +1,3 @@ bin/xkobo -man/man1/xkobo.1.gz @exec mkdir -p %D/lib/X11/xkobo-scores && chmod 755 %D/lib/X11/xkobo-scores; chown games %D/lib/X11/xkobo-scores @unexec rm -rf %D/lib/X11/xkobo-scores |