diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 02:15:40 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 02:15:40 +0000 |
commit | 58e376caa3e219cbfe3c918dc90f09d51e73efff (patch) | |
tree | f9f920ac0845a40969f773cac1c1d29806e88a08 /games | |
parent | cf2b60a7f7a88bd05a46736edb232890afcce78d (diff) | |
download | FreeBSD-ports-58e376caa3e219cbfe3c918dc90f09d51e73efff.zip FreeBSD-ports-58e376caa3e219cbfe3c918dc90f09d51e73efff.tar.gz |
Move manpages from pkg/PLIST to MAN* macro in Makefile and remove
empty directories on deinstall.
Diffstat (limited to 'games')
-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 73af69f..94f48a7 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 7f31240..5b445af 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 |