diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 02:25:34 +0000 |
commit | 61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749 (patch) | |
tree | de1dd1e4a0d4c1f85972b1bf8522ab565e3fdae5 /games/xrobots | |
parent | 717d36e01445bb504251df649b1d45bb541fcab6 (diff) | |
download | FreeBSD-ports-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.zip FreeBSD-ports-61ed12db0cd2d8d1376cdf76d59ae15bd9ea9749.tar.gz |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
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 1dc11bf..1333065 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 3838055..3ee770a 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 |