diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:15:40 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:15:40 +0000 |
commit | d0bcea0fbd6827670f6efa321c4aa6537f9a1665 (patch) | |
tree | 6224974c05d5544e3ba2a8da840101d4ad8f069f /games/xbattle | |
parent | oops. fix my previous commit. (diff) |
Move manpages from pkg/PLIST to MAN* macro in Makefile and remove
empty directories on deinstall.
Diffstat (limited to 'games/xbattle')
-rw-r--r-- | games/xbattle/Makefile | 3 | ||||
-rw-r--r-- | games/xbattle/pkg-plist | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games/xbattle/Makefile b/games/xbattle/Makefile index 73af69f3910c..94f48a7164a8 100644 --- a/games/xbattle/Makefile +++ b/games/xbattle/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Apr 97 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.2 1998/01/27 02:08:58 fenner Exp $ +# $Id: Makefile,v 1.3 1998/02/20 18:39:47 steve Exp $ # DISTNAME= xbattle-5.4.1 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://cns-ftp.bu.edu/pub/xbattle/ MAINTAINER= giffunip@asme.org USE_IMAKE= yes +MAN1= xbattle.1 post-install: $(MKDIR) $(PREFIX)/etc/xbattle diff --git a/games/xbattle/pkg-plist b/games/xbattle/pkg-plist index 7f3124059ede..5b445af09787 100644 --- a/games/xbattle/pkg-plist +++ b/games/xbattle/pkg-plist @@ -13,7 +13,11 @@ etc/xbattle/xbos/tropical2.xbo etc/xbattle/xbos/tundra.xbo etc/xbattle/xbts/castle.xbt etc/xbattle/xbts/natural.xbt -man/man1/xbattle.1.gz share/doc/xbattle/README share/doc/xbattle/tutorial1 share/doc/xbattle/tutorial2 +@dirrm etc/xbattle/xbas +@dirrm etc/xbattle/xbos +@dirrm etc/xbattle/xbts +@dirrm etc/xbattle +@dirrm share/doc/xbattle |