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/xrobots | |
parent | Move manpages from pkg/PLIST to MAN* macro in Makefile and add a bunch (diff) |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
Notes
Notes:
svn path=/head/; revision=13500
Diffstat (limited to 'games/xrobots')
-rw-r--r-- | games/xrobots/Makefile | 4 | ||||
-rw-r--r-- | games/xrobots/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index 1dc11bf5bbd2..1333065a3203 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.9 1997/07/21 19:36:28 max Exp $ +# $Id: Makefile,v 1.10 1998/04/12 18:03:13 jseger Exp $ # DISTNAME= xrobots-1.0-ss-10.20 @@ -15,6 +15,8 @@ MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes WRKSRC= ${WRKDIR}/xrobots-1.0 +MAN6= xrobots.6 + post-install: ${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11 diff --git a/games/xrobots/pkg-plist b/games/xrobots/pkg-plist index 3838055c9318..3ee770a00949 100644 --- a/games/xrobots/pkg-plist +++ b/games/xrobots/pkg-plist @@ -1,3 +1,2 @@ -man/man6/xrobots.6.gz bin/xrobots lib/X11/xrobotscores |