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/xbill | |
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 '')
-rw-r--r-- | games/xbill/Makefile | 3 | ||||
-rw-r--r-- | games/xbill/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 4958a8af7bae..76a800c6e22d 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -3,7 +3,7 @@ # Date created: 12 September 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1998/09/15 11:13:11 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/17 00:32:33 asami Exp $ # DISTNAME= xbill-2.0 @@ -17,6 +17,7 @@ MAINTAINER= obrien@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= xbill.1 post-install: ${CP} ${WRKSRC}/README ${PREFIX}/share/xbill diff --git a/games/xbill/pkg-plist b/games/xbill/pkg-plist index 0bb0fdf02ae8..bb0249f3b321 100644 --- a/games/xbill/pkg-plist +++ b/games/xbill/pkg-plist @@ -1,5 +1,4 @@ bin/xbill -man/man1/xbill.1.gz share/xbill/scores share/xbill/README share/xbill/pixmaps/about.xpm |